summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-02-18 14:25:01 +0000
committerPaul W. Frields <stickster@gmail.com>2007-02-18 14:25:01 +0000
commita5bcebf05108fc0eafed55d9797747dc63b37352 (patch)
treeab463110516b27384057c0478af8c89be264a3cf
parent3787793f77bef2b5e5fc2128f7f79b2904eceeb7 (diff)
downloaddocumentation-guide-a5bcebf05108fc0eafed55d9797747dc63b37352.tar.gz
documentation-guide-a5bcebf05108fc0eafed55d9797747dc63b37352.tar.xz
documentation-guide-a5bcebf05108fc0eafed55d9797747dc63b37352.zip
Update list of XML files so document will validate and build
-rw-r--r--Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 52b7011..dfd0b7d 100644
--- a/Makefile
+++ b/Makefile
@@ -11,15 +11,16 @@ DOCBASE = documentation-guide
define XMLFILES_template
XMLFILES-${1}= ${1}/acknowledgments.xml \
- ${1}/docs-emacs-nxml.xml \
- ${1}/docs-emacs.xml \
- ${1}/docs-getting-files.xml \
- ${1}/docs-intro.xml \
- ${1}/docs-rh-guidelines.xml \
- ${1}/docs-style.xml \
- ${1}/docs-tutorial.xml \
- ${1}/docs-vim.xml \
- ${1}/docs-xml-tags.xml \
+ ${1}/emacs-nxml.xml \
+ ${1}/emacs.xml \
+ ${1}/getting-files.xml \
+ ${1}/intro.xml \
+ ${1}/module-struct.xml \
+ ${1}/writing-guidelines.xml \
+ ${1}/style.xml \
+ ${1}/tutorial.xml \
+ ${1}/vim.xml \
+ ${1}/xml-tags.xml \
${1}/documentation-guide.xml
endef