Browse Source

wxGUI: update docs/Makefile

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45502 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
d4abd130ae
1 changed files with 2 additions and 7 deletions
  1. 2 7
      gui/wxpython/docs/Makefile

+ 2 - 7
gui/wxpython/docs/Makefile

@@ -2,11 +2,6 @@ MODULE_TOPDIR = ../../..
 
 include $(MODULE_TOPDIR)/include/Make/Other.make
 
-FILES = wxGUI \
-	wxGUI.Vector_Digitizer \
-	wxGUI.Attribute_Table_Manager \
-	wxGUI.Nviz \
-	wxGUI.GCP_Manager \
-	wxGUI.Modeler
+FILES := $(wildcard *.html)
 
-default: $(patsubst %,$(HTMLDIR)/%.html,$(FILES))
+default: $(patsubst %,$(HTMLDIR)/%,$(FILES))