diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-07-26 22:23:30 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-07-26 22:23:30 +0200 |
commit | defb396ee51c80d2df1c7bbc58dbefd0c6a0b165 (patch) | |
tree | 4af8d88b10a57cc5c8e18147c6fe0696c2f33867 /man/blogcfile.5.ronn | |
parent | 69caadbe08b27188ac0ab3bd0e49bf3ee4f8244c (diff) | |
download | blogc-defb396ee51c80d2df1c7bbc58dbefd0c6a0b165.tar.gz blogc-defb396ee51c80d2df1c7bbc58dbefd0c6a0b165.tar.bz2 blogc-defb396ee51c80d2df1c7bbc58dbefd0c6a0b165.zip |
make: added atom_dump helper rule
Diffstat (limited to 'man/blogcfile.5.ronn')
-rw-r--r-- | man/blogcfile.5.ronn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index edca45c..21f2651 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -67,7 +67,8 @@ however these rules can be customized with the following settings, from the * `atom_template` (default: internal template) The template file that should be used when building Atom feeds. This file is relative to `template_dir`. If not provided, an internal default template - will be used instead. + will be used instead. The internal template can be dumped using the `atom_dump` + blogc-make(1) rule. * `content_dir` (default: `content`): The directory that stores the source files. This directory is relative |