[GRASS-SVN] r66264 - grass/trunk/man

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 18 21:39:39 PDT 2015


Author: lucadelu
Date: 2015-09-18 21:39:39 -0700 (Fri, 18 Sep 2015)
New Revision: 66264

Modified:
   grass/trunk/man/Makefile
Log:
fixed Makefile, thanks to Travis CI

Modified: grass/trunk/man/Makefile
===================================================================
--- grass/trunk/man/Makefile	2015-09-19 04:17:08 UTC (rev 66263)
+++ grass/trunk/man/Makefile	2015-09-19 04:39:39 UTC (rev 66264)
@@ -119,7 +119,7 @@
 	touch $@
 
 $(HTMLDIR)/manual_gallery.html: $(ALL_HTML)
-       $(call build_manual_gallery)
+	$(call build_manual_gallery)
 
 $(HTMLDIR)/parser_standard_options.html: $(ALL_HTML)
 	$(call build_pso)



More information about the grass-commit mailing list