aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-01-24 19:50:43 +0000
committerGerald Combs <gerald@wireshark.org>2014-01-24 19:50:43 +0000
commitfae1cf24ecb0b416e5dd246183d38e1c5ecb96ee (patch)
tree17d578e868107baab115bd3b173353cddefa1d72 /docbook/Makefile.nmake
parent5368012328bb0d7b6842976bc72ac6d090348f31 (diff)
Make "all" the default target again.
svn path=/trunk/; revision=54947
Diffstat (limited to 'docbook/Makefile.nmake')
-rw-r--r--docbook/Makefile.nmake21
1 files changed, 11 insertions, 10 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index 90371355fa..b42b6f55f2 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -47,16 +47,6 @@ A2X_TEXT_OPTS=$(A2X_TEXT_OPTS) --lynx
.SUFFIXES: .asciidoc .xml
-
-# On every build, record the working copy revision string
-# in git_version.xml (if the svn version has changed).
-# This is done during nmake "preprocessing" so that it's done *before*
-# nmake gets the date/time of the dependency file(s)].
-git_version_check: _FORCE_
- $(SH) ./check_git_version.sh
-
-git_version.xml: git_version_check
-
# -- (Public) targets -------------------------------------------------------
# Make all (default)
@@ -83,6 +73,17 @@ maintainer-clean: distclean
all_x: wsug.validated wsdg.validated wsug_x wsdg_x release_notes_x
+# -- Documentation version ------------------------------------------------------------------------
+
+# On every build, record the working copy revision string
+# in git_version.xml (if the svn version has changed).
+# This is done during nmake "preprocessing" so that it's done *before*
+# nmake gets the date/time of the dependency file(s)].
+git_version_check: _FORCE_
+ $(SH) ./check_git_version.sh
+
+git_version.xml: git_version_check
+
# -- User Guide ------------------------------------------------------------------------
wsug_x: wsug_html_chunked wsug_html user-guide-a4.pdf user-guide-us.pdf user-guide.chm