Changeset 85d7b85 for doc/user-guide/Makefile
- Timestamp:
- 2008-04-02T14:22:57Z (17 years ago)
- Branches:
- master
- Children:
- f9dbc99
- Parents:
- 875ad42 (diff), dd34575 (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
r875ad42 r85d7b85 28 28 xsltproc --xinclude --output $@ docbook.xsl $< 29 29 30 help.txt: help.xml help.xsl 30 help.txt: help.xml help.xsl commands.xml misc.xml quickstart.xml 31 31 xsltproc --stringparam extraparanewline "$(EXTRAPARANEWLINE)" --xinclude help.xsl $< | perl -0077 -pe 's/\n\n%/\n%/s; s/_b_/\002/g;' > $@ 32 32
Note: See TracChangeset
for help on using the changeset viewer.