[GRASS-SVN] r39612 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 22 16:13:14 EDT 2009


Author: martinl
Date: 2009-10-22 16:13:14 -0400 (Thu, 22 Oct 2009)
New Revision: 39612

Modified:
   grass/trunk/Makefile
Log:
update Makefile


Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile	2009-10-22 20:12:17 UTC (rev 39611)
+++ grass/trunk/Makefile	2009-10-22 20:13:14 UTC (rev 39612)
@@ -150,7 +150,8 @@
 distclean: clean
 	-rm -f config.cache config.log config.status config.status.${ARCH} 2>/dev/null
 	-rm -f ChangeLog ChangeLog.bak $(ERRORLOG) grass.pc
-	-rm -f include/config.h include/version.h include/Make/Platform.make 2>/dev/null
+	-rm -f include/config.h include/version.h
+	-rm -f include/Make/Platform.make include/Make/Doxyfile_arch_html include/Make/Doxyfile_arch_latex 2>/dev/null
 	-rm -f swig/perl/Makefile.PL swig/perl2/make.pl 2>/dev/null
 
 strip:



More information about the grass-commit mailing list