[GRASS-SVN] r63433 - in grass/trunk: include/Make lib

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 8 01:53:56 PST 2014


Author: martinl
Date: 2014-12-08 01:53:56 -0800 (Mon, 08 Dec 2014)
New Revision: 63433

Modified:
   grass/trunk/include/Make/Docs.make
   grass/trunk/lib/Makefile
Log:
attempt to fix htmldocs-single

Modified: grass/trunk/include/Make/Docs.make
===================================================================
--- grass/trunk/include/Make/Docs.make	2014-12-07 22:24:06 UTC (rev 63432)
+++ grass/trunk/include/Make/Docs.make	2014-12-08 09:53:56 UTC (rev 63433)
@@ -9,7 +9,7 @@
 
 htmldocs-single:
 	$(MAKE) -C . htmldox-single
-	for dir in lib gui/wxpython ; do \
+	for dir in lib ; do \
 	  $(MAKE) -C $$dir htmldox-single ; \
 	done
 

Modified: grass/trunk/lib/Makefile
===================================================================
--- grass/trunk/lib/Makefile	2014-12-07 22:24:06 UTC (rev 63432)
+++ grass/trunk/lib/Makefile	2014-12-08 09:53:56 UTC (rev 63433)
@@ -46,6 +46,7 @@
 	manage
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
+include $(MODULE_TOPDIR)/include/Make/Doxygen.make
 
 default: subdirs
 



More information about the grass-commit mailing list