From a5bcebf05108fc0eafed55d9797747dc63b37352 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 18 Feb 2007 14:25:01 +0000 Subject: Update list of XML files so document will validate and build --- Makefile | 19 ++++++++++--------- 1 file 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 -- cgit