[GRASS-SVN] r36799 - grass/branches/releasebranch_6_4/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 19 20:36:08 EDT 2009


Author: hamish
Date: 2009-04-19 20:36:08 -0400 (Sun, 19 Apr 2009)
New Revision: 36799

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/docs/Makefile
Log:
readability: break long line (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/docs/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/docs/Makefile	2009-04-20 00:19:11 UTC (rev 36798)
+++ grass/branches/releasebranch_6_4/gui/wxpython/docs/Makefile	2009-04-20 00:36:08 UTC (rev 36799)
@@ -10,4 +10,8 @@
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 
 default:
-	for file in $(FILES) ; do rm -f $$file.tmp.html ; rm -f $(GISBASE)/docs/html/$$file.html; $(MAKE) htmldir PGM=$$file; done
+	for file in $(FILES) ; do \
+	    rm -f $$file.tmp.html ; \
+	    rm -f "$(GISBASE)/docs/html/$$file.html"; \
+	    $(MAKE) htmldir PGM=$$file; \
+	done



More information about the grass-commit mailing list