aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'docbook/Makefile.nmake')
-rw-r--r--docbook/Makefile.nmake22
1 files changed, 3 insertions, 19 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index 21c018fda4..5d07b0636c 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -34,13 +34,13 @@ A2X_TEXT_OPTS=$(A2X_TEXT_OPTS) --lynx
# -- (Public) targets -------------------------------------------------------
# Make all (default)
-all: all_x
+all: wsug_x wsdg_x release_notes_x
# Make only the WSUG
-wsug: wsug.validated wsug_x
+wsug: wsug_x
# Make only the WSDG
-wsdg: wsdg.validated wsdg_x
+wsdg: wsdg_x
# Make only the release notes
release_notes: release_notes_x
@@ -53,10 +53,6 @@ distclean: clean
maintainer-clean: distclean
-# -- All -------------------------------------------------------------------------------
-
-all_x: wsug.validated wsdg.validated wsug_x wsdg_x release_notes_x
-
# -- User Guide ------------------------------------------------------------------------
wsug_x: wsug_html_chunked wsug_html user-guide-a4.pdf user-guide-us.pdf user-guide.chm
@@ -74,12 +70,6 @@ user-guide.xml: user-guide.asciidoc $(WSUG_FILES) user-guide-docinfo.xml
user-guide.asciidoc
<<
-# validate the content
-wsug.validated: $(WSUG_SOURCE)
- @ echo --- WSUG - VALIDATING XML ---
- $(XMLLINT) --valid --noout user-guide.xml
- touch $@
-
# create html single page file
wsug_html: wsug_html\index.html
@@ -160,12 +150,6 @@ developer-guide.xml: developer-guide.asciidoc $(WSDG_FILES) wsluarm developer-gu
developer-guide.asciidoc
<<
-# validate the content
-wsdg.validated: $(WSDG_SOURCE)
- @ echo --- WSDG - VALIDATING XML ---
- $(XMLLINT) --valid --noout developer-guide.xml
- touch $@
-
# create html single page file
wsdg_html: wsdg_html\index.html