From b42d3084bacac629ec492159841659ef20ff1d1f Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 14 May 2018 00:59:28 +0200 Subject: make: updated man page --- man/blogc-make.1.ronn | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn index 2d51992..6516216 100644 --- a/man/blogc-make.1.ronn +++ b/man/blogc-make.1.ronn @@ -45,12 +45,20 @@ Clean built files and empty directories in output directory. ### runserver -Run `blogc-runserver(1)` pointing to output directory, if available. This -rule accepts some arguments, in the following format: +Run `blogc-runserver(1)` (if available) pointing to output directory, watching +for changes in the source files and rebuilding as needed. This rule accepts +some arguments, in the following format: runserver:host=127.0.0.1,port=8080,threads=20 -The values in the example are the default values. +The values in the example are the default values. Rebuilds are done by running +`blogc-make all` internally. + +### watch + +Watch for changes in the source files, rebuilding as needed. + +Rebuilds are done by running `blogc-make all` internally. ## BUILD RULES -- cgit v1.2.3-18-g5258