aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-11-08 22:23:25 -0800
committerGerald Combs <gerald@wireshark.org>2014-11-09 06:25:00 +0000
commit8153cbc56e0206f48c910c79b739e435a38e2b47 (patch)
treec075dc5afe1a93fe0c663304f6ac11a332f45176 /docbook/Makefile.nmake
parent04aad36c0e9179ceb36b9459d52aad0059b7d1f2 (diff)
Try to fix wsluarm dependency.
Change-Id: I90f6a400bb5078c7719c3088d87c4632b810346b Reviewed-on: https://code.wireshark.org/review/5205 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/Makefile.nmake')
-rw-r--r--docbook/Makefile.nmake14
1 files changed, 7 insertions, 7 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index e11d916a3c..3cbda11a6a 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -164,7 +164,7 @@ wsluarm: make-wsluarm.pl $(WSLUA_MODULES)
wsdg_x: wsdg_html_chunked wsdg_html developer-guide-a4.pdf developer-guide-us.pdf developer-guide.chm
-developer-guide.xml: developer-guide.asciidoc $(WSDG_FILES)
+developer-guide.xml: developer-guide.asciidoc $(WSDG_FILES) wsluarm
@ echo --- WSDG - XML ---
$(SH) <<
PATH=/usr/bin
@@ -178,7 +178,7 @@ developer-guide.xml: developer-guide.asciidoc $(WSDG_FILES)
<<
# validate the content
-wsdg.validated: $(WSDG_SOURCE) wsluarm
+wsdg.validated: $(WSDG_SOURCE)
@ echo --- WSDG - VALIDATING XML ---
$(XMLLINT) --valid --noout developer-guide.xml
touch $@
@@ -186,7 +186,7 @@ wsdg.validated: $(WSDG_SOURCE) wsluarm
# create html single page file
wsdg_html: wsdg_html\index.html
-wsdg_html\index.html: $(WSDG_SOURCE) wsluarm
+wsdg_html\index.html: $(WSDG_SOURCE)
@ echo --- WSDG - HTML SINGLE PAGE ---
if not exist wsdg_html\wsdg_graphics md wsdg_html\wsdg_graphics
if not exist wsdg_html\wsdg_graphics\toolbar md wsdg_html\wsdg_graphics\toolbar
@@ -200,7 +200,7 @@ wsdg_html\index.html: $(WSDG_SOURCE) wsluarm
# create html chunked page files
wsdg_html_chunked: wsdg_html_chunked\index.html
-wsdg_html_chunked\index.html: $(WSDG_SOURCE) wsluarm
+wsdg_html_chunked\index.html: $(WSDG_SOURCE)
@ echo --- WSDG - HTML CHUNKED ---
if not exist wsdg_html_chunked\wsdg_graphics md wsdg_html_chunked\wsdg_graphics
if not exist wsdg_html_chunked\wsdg_graphics\toolbar md wsdg_html_chunked\wsdg_graphics\toolbar
@@ -213,7 +213,7 @@ wsdg_html_chunked\index.html: $(WSDG_SOURCE) wsluarm
# create pdf file (through XSL-FO), portrait pages on US letter paper (the default)
# you will get lot's of errors, but that's ok
-developer-guide-us.fo: $(WSDG_SOURCE) custom_layer_pdf.xsl wsluarm
+developer-guide-us.fo: $(WSDG_SOURCE) custom_layer_pdf.xsl
!ifdef FOP
@ echo --- WSDG - PDF US PAPER ---
$(XSLTPROC) --stringparam paper.type letter --nonet custom_layer_pdf.xsl developer-guide.xml > $@
@@ -221,14 +221,14 @@ developer-guide-us.fo: $(WSDG_SOURCE) custom_layer_pdf.xsl wsluarm
# create pdf file (through XSL-FO), portrait pages on A4 paper
# you will get lot's of errors, but that's ok
-developer-guide-a4.fo: $(WSDG_SOURCE) custom_layer_pdf.xsl wsluarm
+developer-guide-a4.fo: $(WSDG_SOURCE) custom_layer_pdf.xsl
!ifdef FOP
@ echo --- WSDG - PDF A4 PAPER ---
$(XSLTPROC) --stringparam paper.type A4 --nonet custom_layer_pdf.xsl developer-guide.xml > $@
!endif
# create MS html help file (through html chunked pages)
-developer-guide.chm: $(WSDG_SOURCE) wsluarm
+developer-guide.chm: $(WSDG_SOURCE)
!ifdef HHC_EXE
@ echo --- WSDG - MICROSOFT HTML HELP ---
if not exist wsdg_chm\wsdg_graphics md wsdg_chm\wsdg_graphics