[GRASS-SVN] r45925 - grass-addons/gui/wxpython/wx.psmap/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 12 16:03:47 EDT 2011


Author: martinl
Date: 2011-04-12 13:03:47 -0700 (Tue, 12 Apr 2011)
New Revision: 45925

Modified:
   grass-addons/gui/wxpython/wx.psmap/docs/Makefile
Log:
wx.psmap: fix docs/Makefile


Modified: grass-addons/gui/wxpython/wx.psmap/docs/Makefile
===================================================================
--- grass-addons/gui/wxpython/wx.psmap/docs/Makefile	2011-04-12 20:02:53 UTC (rev 45924)
+++ grass-addons/gui/wxpython/wx.psmap/docs/Makefile	2011-04-12 20:03:47 UTC (rev 45925)
@@ -1,5 +1,7 @@
 MODULE_TOPDIR = ../../..
 
+include $(MODULE_TOPDIR)/include/Make/Platform.make
+
 ifeq ($(GRASS_VERSION_MAJOR), 7)
 FILES := $(wildcard *.html)
 
@@ -9,7 +11,6 @@
 HTML_FILES := $(filter-out $(wildcard *.tmp.html),$(HTML_SOURCES))
 FILES := $(subst .html,,$(HTML_FILES))
 
-include $(MODULE_TOPDIR)/include/Make/Platform.make
 include $(MODULE_TOPDIR)/include/Make/Grass.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 endif



More information about the grass-commit mailing list