get doxygen PROJECT_NUMBER from VERSION file
authorPaul Brossier <piem@altern.org>
Fri, 29 Sep 2006 13:41:18 +0000 (13:41 +0000)
committerPaul Brossier <piem@altern.org>
Fri, 29 Sep 2006 13:41:18 +0000 (13:41 +0000)
get doxygen PROJECT_NUMBER from VERSION file

doc/Makefile.am
doc/devel.cfg
doc/examples.cfg
doc/user.cfg

index b6d14f51acdb0b03ea16644a811a2f87427f7f47..f9e6d894cca7e1f918fc1d2035dddeeafb795da7 100644 (file)
@@ -15,16 +15,17 @@ update-docs: doc-devel
 doc-clean:
        -rm -rf devel
 
+PROJECT_NUMBER = `source $(top_srcdir)/VERSION; echo $$AUBIO_MAJOR_VERSION.$$AUBIO_MINOR_VERSION.$$AUBIO_PATCH_VERSION$$AUBIO_VERSION_STATUS`
 maintainer-clean-local: doc-clean
 
 doc-devel: 
-       doxygen $(srcdir)/devel.cfg
+       (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/devel.cfg)     | doxygen -
 
 doc-user: 
-       doxygen $(srcdir)/user.cfg
+       (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/user.cfg)      | doxygen -
 
 doc-examples: 
-       doxygen $(srcdir)/examples.cfg
+       (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/examples.cfg)  | doxygen -
 
 %.sgml: 
 
index 5332c6b1e56701737a1382e96f20ae336c202040..70009e97960cfd921b2b049f12089b3562834dd8 100644 (file)
@@ -23,7 +23,7 @@ PROJECT_NAME           = aubio
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.3.0
+#PROJECT_NUMBER         = 0.3.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 3c0ae27b447f19d022bbef430c2eb85099a1d7a5..e98ac880f368068fc8488acf0596813475162649 100644 (file)
@@ -23,7 +23,7 @@ PROJECT_NAME           = aubio
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.2.0
+#PROJECT_NUMBER         = 0.2.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 3dad804b1ada28daef360ee606acb11466dd71b7..9edd4f24d4170c4ed0eed82e4485983df81c75e1 100644 (file)
@@ -23,7 +23,7 @@ PROJECT_NAME           = aubio
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.3.0
+#PROJECT_NUMBER         = 0.3.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put.