diff options
author | Paul W. Frields <stickster@gmail.com> | 2007-07-28 22:02:46 +0000 |
---|---|---|
committer | Paul W. Frields <stickster@gmail.com> | 2007-07-28 22:02:46 +0000 |
commit | 69d96e5242cd0e8f6439f73146569042af2da356 (patch) | |
tree | 586c84bb2535ce95982c23411304bca4de280026 | |
parent | c06d55de5ac5a70c7267c2ba28e46aa9a2741eae (diff) | |
download | documentation-guide-69d96e5242cd0e8f6439f73146569042af2da356.tar.gz documentation-guide-69d96e5242cd0e8f6439f73146569042af2da356.tar.xz documentation-guide-69d96e5242cd0e8f6439f73146569042af2da356.zip |
Remove unnecessary chapter on XML tags. DocBook: The Definitive Guide
has all the information we need about tags, and if there is specific
usage needed beyond DocBook XML 4.4, we should only provide that here.
-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)" |