Changes in doc/user-guide/Makefile [1cef55f:b447d2b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/Makefile
r1cef55f rb447d2b 4 4 endif 5 5 6 ifndef PYTHON 7 PYTHON = python 8 endif 6 EXTRAPARANEWLINE = 1 7 # EXTRAPARANEWLINE = 0 9 8 10 all: help.txt 11 12 user-guide: user-guide.txt user-guide.html # user-guide.pdf user-guide.ps user-guide.rtf 9 all: user-guide.txt user-guide.html help.txt # user-guide.pdf user-guide.ps user-guide.rtf 13 10 14 11 %.tex: %.db.xml … … 35 32 xsltproc --xinclude --output $@ docbook.xsl $< 36 33 37 help.txt: $(_SRCDIR_)help.xml $(_SRCDIR_)commands.xml $(_SRCDIR_)misc.xml $(_SRCDIR_)quickstart.xml38 $(PYTHON) $(_SRCDIR_)genhelp.py $<$@34 help.txt: help.xml help.xsl commands.xml misc.xml quickstart.xml 35 xsltproc --stringparam extraparanewline "$(EXTRAPARANEWLINE)" --xinclude help.xsl $< | perl -0077 -pe 's/\n\n%/\n%/s; s/_b_/\002/g;' > $@ 39 36 40 37 clean: … … 51 48 -rmdir $(DESTDIR)$(DATADIR) 52 49 53 .PHONY: clean install uninstall user-guide50 .PHONY: clean install uninstall
Note: See TracChangeset
for help on using the changeset viewer.