[GRASS-SVN] r52787 - grass-addons/grass7/gui/wxpython/wx.vnet
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 20 09:19:19 PDT 2012
Author: martinl
Date: 2012-08-20 09:19:18 -0700 (Mon, 20 Aug 2012)
New Revision: 52787
Modified:
grass-addons/grass7/gui/wxpython/wx.vnet/Makefile
Log:
wxGUI/vnet: fix Makefile to install also manual
Modified: grass-addons/grass7/gui/wxpython/wx.vnet/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.vnet/Makefile 2012-08-20 16:07:58 UTC (rev 52786)
+++ grass-addons/grass7/gui/wxpython/wx.vnet/Makefile 2012-08-20 16:19:18 UTC (rev 52787)
@@ -7,10 +7,11 @@
SRCFILES := $(wildcard vnet/*)
DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
+HTMLFILES := $(wildcard *.html)
DSTDIRS := $(patsubst %,$(ETCDIR)/%,vnet)
-default: $(DSTFILES)
+default: $(DSTFILES) $(patsubst %,$(HTMLDIR)/%,$(HTMLFILES))
$(MAKE) parsubdirs
$(ETCDIR)/%: % | $(DSTDIRS)
More information about the grass-commit
mailing list