hack to modify the revision field in the documentation
tho [Wed, 24 Mar 2010 10:18:48 +0000 (10:18 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1588 270642c3-0616-0410-b53a-bc976706d245

debian/SConscript
doclib/Doxyfile

index 899b3f6..4ea8412 100644 (file)
@@ -76,6 +76,11 @@ def dpkgIgnoredFilesOpts(target, source, env, for_signature):
     return [ '-I%s' % (('/' in f) and (os.path.split(os.getcwd())[1])+f or f)
              for f in env.subst('$DPKG_IGNORED_FILES').split() ]
 
+if env.has_key('REVISION'):
+    rev = env['REVISION']
+else:
+    rev = "(Version %s)" % rev
+
 env.Append( ENV = { 
     'REVISION': rev,
     'LOGNAME' : logname, # needed by the debian build scripts
index 8756efc..9cf7456 100644 (file)
@@ -3,5 +3,5 @@
 INPUT = .
 
 PROJECT_NAME = Overview
-PROJECT_NUMBER = "(Version $(REVISION))"
+PROJECT_NUMBER = "$(REVISION)"
 GENERATE_XML = NO