aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.am
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.am
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.am')
-rw-r--r--docbook/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/Makefile.am b/docbook/Makefile.am
index 1ce6043d0b..4b0fcf1d1d 100644
--- a/docbook/Makefile.am
+++ b/docbook/Makefile.am
@@ -59,7 +59,7 @@ endif
# Used for chapter-by-chapter conversion from DocBook to AsciiDoc.
# Can be removed after the User's Guide is converted.
# .asciidoc -> whole book (.dbk) -> chapter (.xml)
-.asciidoc.xml:
+wsug_src/%.asciidoc : wsug_src/%.xml
$(A2X) --verbose \
--asciidoc-opts="--conf-file=asciidoc.conf" \
--no-xmllint \