diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | en_US/documentation-guide.xml | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -19,8 +19,7 @@ XMLFILES-${1}= ${1}/acknowledgments.xml \ ${1}/style.xml \ ${1}/tutorial.xml \ ${1}/vim.xml \ - ${1}/xml-tags.xml \ - ${1}/documentation-guide.xml + ${1}/${DOCBASE}.xml endef diff --git a/en_US/documentation-guide.xml b/en_US/documentation-guide.xml index 6a71148..3699e93 100644 --- a/en_US/documentation-guide.xml +++ b/en_US/documentation-guide.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Id: documentation-guide.xml,v 1.7 2007/04/26 20:35:58 pfrields Exp $ --> +<!-- $Id: documentation-guide.xml,v 1.8 2007/07/28 22:02:46 pfrields Exp $ --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ @@ -50,8 +50,10 @@ xmlns:xi="http://www.w3.org/2001/XInclude" /> <!-- TAGS --> + <!-- Removing this chapter, since it isn't helpful beyond TDG. <xi:include href="xml-tags.xml" xpointer="element(ch-xml-tags)" xmlns:xi="http://www.w3.org/2001/XInclude" /> + --> <!-- TUTORIAL --> <xi:include href="tutorial.xml" xpointer="element(ch-tutorial)" |