|
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 | |
|---|
| 1 | MODULE_TOPDIR = ../../..
|
|---|
| 2 |
|
|---|
| 3 | PGM = g.gui.mapswipe
|
|---|
| 4 | WXPGM = MapSwipe
|
|---|
| 5 |
|
|---|
| 6 | include $(MODULE_TOPDIR)/include/Make/Script.make
|
|---|
| 7 |
|
|---|
| 8 | default: 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.