[xiph-commits] r3545 - in libcmml/trunk: . Win32 doc

silvia at svn.annodex.net silvia at svn.annodex.net
Sun Apr 6 16:03:17 PDT 2008


Author: silvia
Date: 2008-04-06 16:03:17 -0700 (Sun, 06 Apr 2008)
New Revision: 3545

Modified:
   libcmml/trunk/Win32/config.h
   libcmml/trunk/configure.ac
   libcmml/trunk/doc/Makefile.am
Log:
Preparing for maintenance release. Added a doxygen clean-up for Mac OS X.

Modified: libcmml/trunk/Win32/config.h
===================================================================
--- libcmml/trunk/Win32/config.h	2008-04-06 21:08:51 UTC (rev 3544)
+++ libcmml/trunk/Win32/config.h	2008-04-06 23:03:17 UTC (rev 3545)
@@ -74,7 +74,7 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.9.2"
+#define VERSION "0.9.3"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */

Modified: libcmml/trunk/configure.ac
===================================================================
--- libcmml/trunk/configure.ac	2008-04-06 21:08:51 UTC (rev 3544)
+++ libcmml/trunk/configure.ac	2008-04-06 23:03:17 UTC (rev 3545)
@@ -5,7 +5,7 @@
 AC_PREREQ(2.53)
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(libcmml,0.9.2)
+AM_INIT_AUTOMAKE(libcmml,0.9.3)
 AM_CONFIG_HEADER(config.h)
 
 #------------------------------------------------------------------------------------

Modified: libcmml/trunk/doc/Makefile.am
===================================================================
--- libcmml/trunk/doc/Makefile.am	2008-04-06 21:08:51 UTC (rev 3544)
+++ libcmml/trunk/doc/Makefile.am	2008-04-06 23:03:17 UTC (rev 3545)
@@ -32,7 +32,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-CLEANFILES = doxygen-build.stamp
+CLEANFILES = doxygen-build.stamp debug.txt
 
 EXTRA_DIST = Doxyfile.in cmml.dtd \
              cmml_dox.h cmml_2_0.dtd cmml_2_1.dtd \
@@ -105,6 +105,7 @@
 doxygen-build.stamp: Doxyfile ${DOXY_INPUT}
 	@echo "*** Running doxygen ***"
 	doxygen
+	if test -f $(top_srcdir)/doc/debug.txt; then rm -f $(top_srcdir)/doc/debug.txt; fi
 	touch doxygen-build.stamp
 else
 doxygen-build.stamp:
@@ -157,6 +158,7 @@
 maintainer-clean-local:
 	if test -d libcmml; then rm -rf libcmml; fi
 	if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi
+	if test -f $(top_srcdir)/doc/debug.txt; then rm -f $(top_srcdir)/doc/debug.txt; fi
 if HAVE_DOCBOOKTOMAN
 	if test -f cmml-validate.1; then rm cmml-validate.1; fi
 	if test -f cmml-fix.1; then rm cmml-fix.1; fi
@@ -167,6 +169,7 @@
 clean-local:
 	if test -d libcmml; then rm -rf libcmml; fi
 	if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi
+	if test -f $(top_srcdir)/doc/debug.txt; then rm -f $(top_srcdir)/doc/debug.txt; fi
 if HAVE_DOCBOOKTOMAN
 	if test -f cmml-validate.1; then rm cmml-validate.1; fi
 	if test -f cmml-fix.1; then rm cmml-fix.1; fi



More information about the commits mailing list