Changes in doc/user-guide/Makefile [baa09cc:1cef55f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/Makefile
rbaa09cc r1cef55f 3 3 _SRCDIR_ := $(_SRCDIR_)doc/user-guide/ 4 4 endif 5 6 ifndef PYTHON 7 PYTHON = python 8 endif 5 9 6 10 all: help.txt … … 31 35 xsltproc --xinclude --output $@ docbook.xsl $< 32 36 33 help.txt: help.xml help.xsl commands.xml misc.xmlquickstart.xml34 pythongenhelp.py $< $@37 help.txt: $(_SRCDIR_)help.xml $(_SRCDIR_)commands.xml $(_SRCDIR_)misc.xml $(_SRCDIR_)quickstart.xml 38 $(PYTHON) $(_SRCDIR_)genhelp.py $< $@ 35 39 36 40 clean:
Note: See TracChangeset
for help on using the changeset viewer.