diff options
-rw-r--r-- | man/blogc-make.1.ronn | 14 |
1 files changed, 11 insertions, 3 deletions
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 |