diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-08-17 22:49:07 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-08-17 22:49:07 +0000 |
commit | 00b682c185dd1c323f554c1c38c84f4751a92a52 (patch) | |
tree | b127557f7eb5c49d46473bbf7dac2e36597157f9 /docbook | |
parent | c6c57e7008dd74ba9ff4ae7732b3cd21de6cad88 (diff) | |
download | wireshark-00b682c185dd1c323f554c1c38c84f4751a92a52.tar.gz wireshark-00b682c185dd1c323f554c1c38c84f4751a92a52.tar.bz2 wireshark-00b682c185dd1c323f554c1c38c84f4751a92a52.zip |
put the intermediate files of the release_notes chm build into it's own dir release_notes_chm/ instead of .
svn path=/trunk/; revision=15397
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/Makefile b/docbook/Makefile index 71e5b0ac56..7ea30a1553 100644 --- a/docbook/Makefile +++ b/docbook/Makefile @@ -386,7 +386,7 @@ endif release-notes.chm: $(RELEASE_NOTES_SOURCE) ifdef HHC @ echo --- RELEASE NOTES - MICROSOFT HTML HELP --- - $(XSLTPROC) --stringparam base.dir . --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --nonet http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl $< + $(XSLTPROC) --stringparam base.dir release_notes_chm/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --nonet http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl $< -$(HHC) htmlhelp.hhp -mv htmlhelp.chm $@ -rm -r htmlhelp.hhp |