Changeset e4f08bf for doc/user-guide/Makefile
- Timestamp:
- 2015-06-08T18:25:08Z (9 years ago)
- Children:
- 29ff5c2
- Parents:
- c720890 (diff), 61e7e02 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/Makefile
rc720890 re4f08bf 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.