Changeset a1d30c5 for doc/user-guide/Makefile
- Timestamp:
- 2015-05-28T04:12:23Z (9 years ago)
- Children:
- d2d2b80
- Parents:
- ec8b369 (diff), 3d31618 (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
rec8b369 ra1d30c5 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.