fix a make display bug

svn path=/trunk/; revision=17892
This commit is contained in:
Ulf Lamping 2006-04-18 00:55:06 +00:00
parent 4a2814ca01
commit 37cabd8fec
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ release-notes.html: $(RELEASE_NOTES_SOURCE)
# create txt single page file
release-notes.txt: $(RELEASE_NOTES_SOURCE)
@ echo --- RELEASE NOTES - HTML ---
@ echo --- RELEASE NOTES - TXT ---
$(XSLTPROC) --stringparam generate.toc "article nop" --nonet http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< | $(ELINKS) -dump -dump-width 72 > $@
# create pdf file (through XSL-FO), portrait pages on US letter paper (the default)