diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-02-14 18:48:40 +0100 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-02-14 18:48:40 +0100 |
| commit | fcf7b0b7f6f945bcece38a458aa7986c188d8248 (patch) | |
| tree | 0028a1614ad2c40eb4f1ac38e797025e6c5ad722 | |
| parent | e36f3755579ed4e70571ed2070ac9684c524eca5 (diff) | |
cosmetics
| -rw-r--r-- | nbb/nbb_lib.in | 5 |
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', ]) |
