summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-12-13 21:56:24 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-12-13 21:56:24 +0000
commit35d09733456dc09d1f0da062b7175409587e1f3d (patch)
tree47c1b74a816167d67a1fe3de9d795ebdadebe963 /Makefile
parentf69d7f12439935e209339123a490516711685701 (diff)
downloaddocumentation-guide-35d09733456dc09d1f0da062b7175409587e1f3d.tar.gz
documentation-guide-35d09733456dc09d1f0da062b7175409587e1f3d.tar.xz
documentation-guide-35d09733456dc09d1f0da062b7175409587e1f3d.zip
Added documentation about the document building system. Dropped the
one-line "converting" chapter by creating a "Prerequisites" section in the "getting-files" section.
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