[GRASS-SVN] r30040 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 9 16:58:54 EST 2008
Author: martinl
Date: 2008-02-09 16:58:54 -0500 (Sat, 09 Feb 2008)
New Revision: 30040
Modified:
grass/trunk/gui/wxpython/Makefile
Log:
Build also manual pages for wxGUI
Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile 2008-02-09 21:44:46 UTC (rev 30039)
+++ grass/trunk/gui/wxpython/Makefile 2008-02-09 21:58:54 UTC (rev 30040)
@@ -1,25 +1,25 @@
MODULE_TOPDIR = ../..
-PGM=wxgrass
+PGM = wxgrass
-SUBDIRS=vdigit
+#SUBDIRS=vdigit docs
+SUBDIRS = docs
include $(MODULE_TOPDIR)/include/Make/Dir.make
-#default: parsubdirs install_scripts
-default: install_scripts
+default: parsubdirs install_scripts
install_scripts:
- $(MKDIR) $(ETC)/wx/wx $(ETC)/wx/compat $(ETC)/wx/vdigit $(ETC)/wx/gui_modules $(ETC)/wx/icons $(ETC)/wx/icons/silk $(ETC)/wx/images $(ETC)/wx/scripts
+ $(MKDIR) $(ETC)/wx/compat $(ETC)/wx/gui_modules $(ETC)/wx/icons $(ETC)/wx/icons/silk $(ETC)/wx/images $(ETC)/wx/scripts $(ETC)/wx/vdigit
$(INSTALL_DATA) compat/* $(ETC)/wx/compat/
$(INSTALL_DATA) gui_modules/* $(ETC)/wx/gui_modules/
$(INSTALL_DATA) icons/*.* $(ETC)/wx/icons/
$(INSTALL_DATA) icons/silk/* $(ETC)/wx/icons/silk/
$(INSTALL_DATA) images/* $(ETC)/wx/images/
$(INSTALL_DATA) scripts/* $(ETC)/wx/scripts/
- $(INSTALL_DATA) gis_set.py wxgui.py $(ETC)/wx/
+ $(INSTALL_DATA) gis_set.py wxgui.py README $(ETC)/wx/
# $(INSTALL_DATA) vdigit/_grass6_wxvdigit.so $(ETC)/wx/vdigit/
# $(INSTALL_DATA) vdigit/grass6_wxvdigit.py $(ETC)/wx/vdigit/
$(INSTALL) -m 755 wxgrass $(GISBASE)/scripts/
-#clean: cleansubdirs
+clean: cleansubdirs
More information about the grass-commit
mailing list