From 776e8daf9454307ea344b089a57da973d163bfd7 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 23 Jul 2017 02:28:56 +0200 Subject: make: man: document rules --- man/blogc-make.1.ronn | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn index 6e01974..656d9d0 100644 --- a/man/blogc-make.1.ronn +++ b/man/blogc-make.1.ronn @@ -31,9 +31,42 @@ EXPAND-ME! * `-h`: Show help message and exit. -## RULES +## HELPER RULES -TODO + * `all`: + Run all build rules. This is the default rule. + + * `clean`: + Clean built files and empty directories in output directory. + + * `runserver`: + Run `blogc-runserver(1)` pointing to output directory, if available. + +## BUILD RULES + + * `index`: + Build website index from posts. + + * `atom`: + Build main atom feed from posts. + + * `atom_tags`: + Build atom feeds for each tag from posts. + + * `pagination`: + Build pagination pages from posts. + + * `posts`: + Build individual pages for each post. + + * `tags`: + Build post listings for each tag from posts. + + * `pages`: + Build individual pages for each page. + + * `copy`: + Copy static files from source directory to output directory. ## FILES -- cgit v1.2.3-18-g5258