[QGIS Commit] r10758 - docs/trunk/english_us/user_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri May 8 07:17:11 EDT 2009


Author: dassau
Date: 2009-05-08 07:17:10 -0400 (Fri, 08 May 2009)
New Revision: 10758

Modified:
   docs/trunk/english_us/user_guide/Makefile
Log:
added loop to remove old eps files during make clean


Modified: docs/trunk/english_us/user_guide/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/Makefile	2009-05-08 10:08:12 UTC (rev 10757)
+++ docs/trunk/english_us/user_guide/Makefile	2009-05-08 11:17:10 UTC (rev 10758)
@@ -150,6 +150,7 @@
 	(cd ./operating_system_icons && make clean)
 	(cd ./plugins_diagram_overlay_images && make clean)
 	(cd ./plugins_oracle_raster_images && make clean)
+	for i in `find . -name *.eps` ; do rm -f $i ; done
 
 # Update icons from qgis source if necessary
 updateicon:



More information about the QGIS-commit mailing list