aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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