diff options
Diffstat (limited to 'doc/buildfile')
-rw-r--r-- | doc/buildfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/buildfile b/doc/buildfile index 2595879..f0a9387 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -1,10 +1,11 @@ # file : doc/buildfile # license : MIT; see accompanying LICENSE file -cmds = \ -brep-clean \ -brep-load \ -brep-migrate +cmds = \ +brep-clean \ +brep-load \ +brep-migrate \ +brep-monitor ./: {man1 xhtml}{$cmds} \ css{common pre-box man} \ |