summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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