summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nbblib/main.py5
-rw-r--r--src/nbblib/package.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/nbblib/main.py b/src/nbblib/main.py
index b4664f2..1792792 100644
--- a/src/nbblib/main.py
+++ b/src/nbblib/main.py
@@ -9,7 +9,7 @@ Build, install given branch of source code into a branch specific place
Copyright (C) 2007, 2008 Hans Ulrich Niedermann <hun@n-dimensional.de>
TBA: License conditions
-Usage: %(prog)s <to-be-determined>
+Usage: %(prog)s [general options] <command> [command specific options]
Features:
* supports git branches
@@ -23,9 +23,12 @@ DONE:
* Build system support: automake/autoconf
TODO: (Large list)
+ * Merge stuff from Eclipse to src/own/nbb and vice versa.
* Build system support: cmake, scons, ...
* Fine-tune init, configure, build, install commands with knowledge
gained with git-amb, especially the command interdependencies.
+ * Out-of-source builds for systems which require in-source-tree builds:
+ cp -rl foo.src foo.build ?
* implement *-sh and *-run commands
* General removal of redundancy in Python code.
* Make sure the if cmp ... mv .. rm in make rules are correct and useful.
diff --git a/src/nbblib/package.in b/src/nbblib/package.in
index 240bfd6..bf9d553 100644
--- a/src/nbblib/package.in
+++ b/src/nbblib/package.in
@@ -1,5 +1,7 @@
-# Used to make sure nbb_lib and nbb fit together
+# Used to make sure nbblib and nbb fit together
PACKAGE_VERSION = "@PACKAGE_VERSION@"
+
+# Global constant
GIT_CONFIG_PREFIX = 'nbb'
# vim: syntax=python