diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-11-18 20:57:50 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-11-18 21:02:06 +0100 |
commit | a1a4dfa673b4d4e4316de76592d2b58fbddb0fca (patch) | |
tree | 75907d5199040c8c77f976d18f6abdcb7dd9c86a /man/blogc-make.1.ronn | |
parent | 99c3881dd078da45dc540ff271e73a9831d5d432 (diff) | |
download | blogc-a1a4dfa673b4d4e4316de76592d2b58fbddb0fca.tar.gz blogc-a1a4dfa673b4d4e4316de76592d2b58fbddb0fca.tar.bz2 blogc-a1a4dfa673b4d4e4316de76592d2b58fbddb0fca.zip |
man: added blogcfile.5, updated some other pages
Diffstat (limited to 'man/blogc-make.1.ronn')
-rw-r--r-- | man/blogc-make.1.ronn | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn index 656d9d0..f60e630 100644 --- a/man/blogc-make.1.ronn +++ b/man/blogc-make.1.ronn @@ -8,9 +8,11 @@ blogc-make(1) -- a simple build tool for blogc ## DESCRIPTION -**blogc-make** is a simple build tool for blogc websites. +**blogc-make** is a simple build tool for blogc websites. It reads a blogcfile(5) +and generates the output files using blogc(1) and some predefined rules, that are +useful enough for most common use cases. -EXPAND-ME! +See blogcfile(5) for details on the file format. ## OPTIONS @@ -97,6 +99,10 @@ when called by `blogc-make`. Build all files: + $ blogc-make + +or + $ blogc-make all Clean built files: @@ -113,4 +119,4 @@ Rafael G. Martins <<rafael@rafaelmartins.eng.br>> ## SEE ALSO -blogc(1), blogc-runserver(1) +blogc(1), blogc-runserver(1), blogcfile(5) |