source: grass/trunk/gui/wxpython/mapswipe/Makefile@ 53737

Last change on this file since 53737 was 53737, checked in by martinl, 12 years ago

generate separate manual pages for g.gui.mapswipe script and wxGUI component
TODO: Makefile should be generalized

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-makefile
File size: 326 bytes
Line 
1MODULE_TOPDIR = ../../..
2
3PGM = g.gui.mapswipe
4WXPGM = MapSwipe
5
6include $(MODULE_TOPDIR)/include/Make/Script.make
7
8default: script
9 -rm -f $(PGM).tmp.html
10 $(MAKE) $(HTMLDIR)/wxGUI.$(WXPGM).html
11
12$(HTMLDIR)/wxGUI.$(WXPGM).html: $(PGM).html | $(HTMLDIR)
13 $(PYTHON) $(GISBASE)/tools/mkhtml.py $(PGM) $(GRASS_VERSION_DATE) > $@
Note: See TracBrowser for help on using the repository browser.