aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-01-27 03:08:01 +0000
committerGerald Combs <gerald@wireshark.org>2014-01-27 03:08:01 +0000
commite61a6533e7d943c9f7a90de7296df3a05bb1e42d (patch)
tree9e5c401076d8425386740e53d9c1212098b12042 /docbook/Makefile.nmake
parentbb21a0968183a0e395e47e981a6ff3a5ab3f0996 (diff)
Convert the preface to AsciiDoc with minor edits.
svn path=/trunk/; revision=54970
Diffstat (limited to 'docbook/Makefile.nmake')
-rw-r--r--docbook/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index 58b0fac892..c9ede09172 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -44,7 +44,7 @@ A2X_TEXT_OPTS=$(A2X_TEXT_OPTS) --lynx
$<
<<
mv $*.xml $*.dbk
- xmllint --xpath //chapter $*.dbk > $@
+ xmllint --xpath '//chapter | //preface' $*.dbk > $@
.SUFFIXES: .asciidoc .xml