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