2002-11-22 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 22 Nov 2002 21:33:07 +0000 (21:33 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 22 Nov 2002 21:33:07 +0000 (21:33 +0000)
* Makefile.am: include "Doxyfile" target in all-local

* configure.in: generate the Doxyfile

* Doxyfile.in: move Doxyfile here, so we can use
configure to generate a Doxyfile with the right
version number etc.

ChangeLog
Doxyfile.in [moved from Doxyfile with 99% similarity]
Makefile.am
configure.in

index ff71e84..489f84a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2002-11-22  Havoc Pennington  <hp@redhat.com>
 
+       * Makefile.am: include "Doxyfile" target in all-local
+
+       * configure.in: generate the Doxyfile
+
+       * Doxyfile.in: move Doxyfile here, so we can use 
+       configure to generate a Doxyfile with the right 
+       version number etc.
+
+2002-11-22  Havoc Pennington  <hp@redhat.com>
+
        * dbus/dbus-message.c: move inline docs into .c file
 
        * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
similarity index 99%
rename from Doxyfile
rename to Doxyfile.in
index b260b86..224271b 100644 (file)
--- a/Doxyfile
@@ -3,8 +3,8 @@
 #---------------------------------------------------------------------------
 # General configuration options
 #---------------------------------------------------------------------------
-PROJECT_NAME           = DBus
-PROJECT_NUMBER         = 1.0
+PROJECT_NAME           = D-BUS
+PROJECT_NUMBER         = @VERSION@
 OUTPUT_DIRECTORY       = doc/api
 OUTPUT_LANGUAGE        = English
 EXTRACT_ALL            = NO
index 49809c6..e1450cd 100644 (file)
@@ -1,2 +1,4 @@
 
 SUBDIRS=dbus bus test doc
+
+all-local: Doxyfile
index 6a9353e..c663825 100644 (file)
@@ -58,6 +58,7 @@ AC_SUBST(DBUS_BUS_LIBS)
 
 AC_OUTPUT([
 Makefile
+Doxyfile
 dbus/Makefile
 bus/Makefile
 test/Makefile