aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-02-11 11:57:44 -0800
committerGerald Combs <gerald@wireshark.org>2014-02-11 20:03:59 +0000
commit30b53c3331f7fea664c6185f3b50ed4b32f8f5dc (patch)
treee7793d445a6e55be7a828c4c62e19bda2b689618 /docbook/Makefile.common
parent114d051aefbfbfada305ce94b5fca19875887595 (diff)
Try to fix dist. Change the .asciidoc.xml inference rule to a pattern
rule specific to wsug_src similar to the nmake change in gedc06c1. Change-Id: I6d4bffc5391bd84a83fca8acb6a3688805e05de6 Reviewed-on: https://code.wireshark.org/review/179 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/Makefile.common')
-rw-r--r--docbook/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/docbook/Makefile.common b/docbook/Makefile.common
index 3ebd2fb8f8..85bf27e924 100644
--- a/docbook/Makefile.common
+++ b/docbook/Makefile.common
@@ -198,16 +198,16 @@ WSUG_SOURCE = \
$(WSUG_FILES) \
$(WSUG_GRAPHICS)
-# developer-guide.xml must be first in the list (to match $<)
WSDG_DIST = \
- developer-guide.xml \
+ developer-guide.asciidoc \
GPL_appendix.asciidoc \
custom_layer_pdf.xsl \
Makefile.common \
$(WSDG_FILES) \
$(WSDG_GRAPHICS)
-WSDG_SOURCE = $(WSDG_DIST) $(WSDG_GENERATED_SOURCE)
+# developer-guide.xml must be first in the list (to match $<)
+WSDG_SOURCE = $(WSDG_GENERATED_SOURCE) $(WSDG_DIST)
RELEASE_NOTES_SOURCE = \
release-notes.asciidoc \