summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 49c1461..f6edc50 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,19 @@
-###############################################################################
+#######################################################################
# Makefile for RHLP docs project
# Created by: Tammy Fox <tfox@redhat.com>
# Last edited by: Tammy Fox <tfox@redhat.com>
# WARNING: need passivetex 1.24 for pdf generation to work
# License: GPL
# Copyright 2003 Tammy Fox, Red Hat, Inc.
-###############################################################################
+#######################################################################
LANGUAGES = en zh_CN
DOCBASE = documentation-guide
-XMLEXTRAFILES-en =
+XMLEXTRAFILES-en=acknowledgments-en.xml docs-emacs-en.xml \
+ docs-emacs-nxml-en.xml docs-getting-files-en.xml \
+ docs-intro-en.xml docs-rh-guidelines-en.xml docs-style-en.xml \
+ docs-tutorial-en.xml docs-vim-en.xml docs-xml-tags-en.xml \
+ documentation-guide-en.xml
######################################################
include ../docs-common/Makefile.common