Changeset baa09cc
- Timestamp:
- 2015-05-17T03:41:41Z (9 years ago)
- Branches:
- master
- Children:
- beb0f54
- Parents:
- ad678a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/Makefile
rad678a4 rbaa09cc 4 4 endif 5 5 6 EXTRAPARANEWLINE = 1 7 # EXTRAPARANEWLINE = 0 6 all: help.txt 8 7 9 all: user-guide.txt user-guide.html help.txt# user-guide.pdf user-guide.ps user-guide.rtf8 user-guide: user-guide.txt user-guide.html # user-guide.pdf user-guide.ps user-guide.rtf 10 9 11 10 %.tex: %.db.xml … … 33 32 34 33 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;' >$@34 python genhelp.py $< $@ 36 35 37 36 clean: … … 48 47 -rmdir $(DESTDIR)$(DATADIR) 49 48 50 .PHONY: clean install uninstall 49 .PHONY: clean install uninstall user-guide
Note: See TracChangeset
for help on using the changeset viewer.