[GRASS-SVN] r36798 - grass/branches/develbranch_6/gui/wxpython/docs

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


Author: hamish
Date: 2009-04-19 20:19:11 -0400 (Sun, 19 Apr 2009)
New Revision: 36798

Modified:
   grass/branches/develbranch_6/gui/wxpython/docs/Makefile
Log:
readability: break long line

Modified: grass/branches/develbranch_6/gui/wxpython/docs/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/Makefile	2009-04-19 19:02:34 UTC (rev 36797)
+++ grass/branches/develbranch_6/gui/wxpython/docs/Makefile	2009-04-20 00:19:11 UTC (rev 36798)
@@ -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