[cvs-annodex] commit (/annodex): libcmml/trunk/doc/Makefile.am

silvia nobody at lists.annodex.net
Mon Apr 11 13:01:20 EST 2005


Update of /annodex (new revision 1232)

Modified files:
   libcmml/trunk/doc/Makefile.am

Log Message:
Updated the doc Makefile for boxes that don't have docbook2man.



Modified: libcmml/trunk/doc/Makefile.am
===================================================================
--- libcmml/trunk/doc/Makefile.am	2005-04-10 21:59:25 UTC (rev 1231)
+++ libcmml/trunk/doc/Makefile.am	2005-04-11 03:01:19 UTC (rev 1232)
@@ -49,7 +49,9 @@
 
 SUBDIRS = .
 
+if HAVE_DOCBOOKTOMAN
 man_MANS = cmml-validate.1 cmml-fix.1 cmml-fortune.6
+endif
 
 # do not delete - make dist needs it
 doc_DATA = doxygen-build.stamp
@@ -148,14 +150,18 @@
 
 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 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
-	if test -f cmml-fortune.1; then rm cmml-fortune.1; fi
-	if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi
+	if test -f cmml-fortune.6; then rm cmml-fortune.6; fi
+endif
 
 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 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
-	if test -f cmml-fortune.1; then rm cmml-fortune.1; fi
-	if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi
\ No newline at end of file
+	if test -f cmml-fortune.6; then rm cmml-fortune.6; fi
+endif


-- 
silvia



More information about the cvs-annodex mailing list