aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docbook/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/docbook/Makefile.common b/docbook/Makefile.common
index 5980186100..1906cff541 100644
--- a/docbook/Makefile.common
+++ b/docbook/Makefile.common
@@ -195,8 +195,7 @@ COMMON_GRAPHICS = \
# user-guide.xml must be first in the list (to match $<)
WSUG_DIST = \
- user-guide.xml \
- git_version.xml \
+ user-guide.asciidoc \
GPL_appendix.asciidoc \
custom_layer_chm.xsl \
custom_layer_pdf.xsl \
@@ -205,7 +204,7 @@ WSUG_DIST = \
$(WSUG_GRAPHICS) \
$(COMMON_GRAPHICS)
-WSUG_SOURCE = $(WSUG_DIST) $(WSUG_GENERATED_SOURCE)
+WSUG_SOURCE = $(WSUG_GENERATED_SOURCE) $(WSUG_DIST)
# developer-guide.asciidoc must be first in the list (to match $<)
WSDG_DIST = \