Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3830
Modified Files:
ChangeLog
Log Message:
Fixes to generate API documentation properly.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1303
retrieving revision 1.1304
diff -C2 -d -r1.1303 -r1.1304
*** ChangeLog 10 Aug 2006 06:32:11 -0000 1.1303
--- ChangeLog 10 Aug 2006 06:50:33 -0000 1.1304
***************
*** 1,4 ****
--- 1,22 ----
2006-08-10 Braden McDaniel <br...@en...>
+ Fixes to generate API documentation properly.
+
+ * doc/Makefile.am (DOXYGEN_OUTPUT_FILES): Avoid redundantly
+ listing files with wild cards.
+ (CUSTOMIZED_IMAGES): Added variable to list customized images for
+ the doxygen-generated documentation.
+ (EXTRA_DIST): Refer to DOXYGEN_OUTPUT_FILES and CUSTOMIZED_IMAGES
+ rather than manual in order to avoid pulling in the CVS
+ subdirectory.
+ (.PHONY): List html-local
+ (html-local): Run doxygen here.
+ (install-data-local): Made installdirs-local a prerequisite.
+ Removed html as a prerequisite; since html-local is now phony, we
+ don't want to regenerate the documentation as part of install.
+ (dist-hook): Removed.
+
+ 2006-08-10 Braden McDaniel <br...@en...>
+
* src/libopenvrml/Makefile.am: Qualify antlr-generated sources
with $(srcdir) to prevent touch from creating the files in the
|