[geos-commits] r3005 - trunk/doc

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Jun 18 05:57:19 EDT 2010


Author: strk
Date: 2010-06-18 09:57:19 +0000 (Fri, 18 Jun 2010)
New Revision: 3005

Modified:
   trunk/doc/Makefile.am
Log:
Fix automake override

Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am	2010-06-18 09:52:07 UTC (rev 3004)
+++ trunk/doc/Makefile.am	2010-06-18 09:57:19 UTC (rev 3005)
@@ -20,7 +20,7 @@
 doxygen-html: Doxyfile
 	$(DOXYGEN) $<
 
-clean-generic:
+clean-local:
 	rm -Rf doxygen_docs
 
 EXTRA_DIST = Doxyfile



More information about the geos-commits mailing list