summaryrefslogtreecommitdiff
path: root/docbook/Makefile
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-07-21 18:24:05 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-07-21 18:24:05 +0000
commitdf708ff379d79a2371dcd3b6fdc6133b6de4f0ee (patch)
treef04cac69941ab0015d792ce3f29bb73022e492b8 /docbook/Makefile
parent6c31e5fc14e45a7dcfc68900ae2e1dbe8ee0d3ba (diff)
downloadwireshark-df708ff379d79a2371dcd3b6fdc6133b6de4f0ee.tar.gz
work out dependencies in a .common way and make sure we nmake wsluarm
svn path=/trunk/; revision=22374
Diffstat (limited to 'docbook/Makefile')
-rw-r--r--docbook/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index 4472e7d09e..934ebeec2e 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -69,7 +69,7 @@ svn_version.xml: svn_version_check
wsug: wsug_html_chunked user-guide.html user-guide-a4.pdf user-guide-us.pdf
# validate the content
-wsug.validated: $(WSUG_SOURCE) wsluarm
+wsug.validated: $(WSUG_SOURCE)
@ echo --- WSUG - VALIDATING XML ---
$(XMLLINT) --valid --noout $<
touch $@
@@ -77,7 +77,7 @@ wsug.validated: $(WSUG_SOURCE) wsluarm
# create html single page file
user-guide.html: wsug_html/user-guide.html
-wsug_html/user-guide.html: $(WSUG_SOURCE) wsluarm
+wsug_html/user-guide.html: $(WSUG_SOURCE)
@ echo --- WSUG - HTML SINGLE PAGE ---
mkdir -p wsug_html/wsug_graphics/toolbar
cp wsug_graphics/*.* wsug_html/wsug_graphics
@@ -89,7 +89,7 @@ wsug_html/user-guide.html: $(WSUG_SOURCE) wsluarm
# create html chunked page files
wsug_html_chunked: wsug_html_chunked/index.html
-wsug_html_chunked/index.html: $(WSUG_SOURCE) wsluarm
+wsug_html_chunked/index.html: $(WSUG_SOURCE)
@ echo --- WSUG - HTML CHUNKED ---
mkdir -p wsug_html_chunked/wsug_graphics/toolbar
cp wsug_graphics/*.* wsug_html_chunked/wsug_graphics