summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-02-14 18:48:40 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-02-14 18:48:40 +0100
commitfcf7b0b7f6f945bcece38a458aa7986c188d8248 (patch)
tree0028a1614ad2c40eb4f1ac38e797025e6c5ad722
parente36f3755579ed4e70571ed2070ac9684c524eca5 (diff)
cosmetics
-rw-r--r--nbb/nbb_lib.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/nbb/nbb_lib.in b/nbb/nbb_lib.in
index 0557cb2..20c68a6 100644
--- a/nbb/nbb_lib.in
+++ b/nbb/nbb_lib.in
@@ -34,6 +34,9 @@ Command line interface (TBD):
$ %(prog)s [general options] build [command specific options]
$ %(prog)s [general options] install [command specific options]
+ Run cleanup commands:
+ TBD
+
Get/set config:
$ %(prog)s [general options] config srcdir
$ %(prog)s [general options] config builddir [<builddir>]
@@ -393,7 +396,7 @@ WARNING: %(prog)s is very much a work in progress.
Parts of %(prog)s are not implemented yet.
""" % locals()
- # FIXME: From plugin systems.
+ # FIXME: Generate from plugin systems.
buildsystems = ', '.join(['automake', ])
vcssystems = ', '.join(['bzr', 'git', ])