From a1a4dfa673b4d4e4316de76592d2b58fbddb0fca Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 18 Nov 2017 20:57:50 +0100 Subject: man: added blogcfile.5, updated some other pages --- man/blogc-make.1.ronn | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'man/blogc-make.1.ronn') 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 <> ## SEE ALSO -blogc(1), blogc-runserver(1) +blogc(1), blogc-runserver(1), blogcfile(5) -- cgit v1.2.3-18-g5258