summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-06-29 14:45:43 +0000
committerPaul W. Frields <stickster@gmail.com>2005-06-29 14:45:43 +0000
commit73a88376f8ef694474e82b497882c281df88e274 (patch)
tree86dab8e618b05f04aaec95b9341509489fa9d18f /Makefile
parent475d21057fadae627843e3e0471965a05f08f973 (diff)
downloaddocumentation-guide-73a88376f8ef694474e82b497882c281df88e274.tar.gz
documentation-guide-73a88376f8ef694474e82b497882c281df88e274.tar.xz
documentation-guide-73a88376f8ef694474e82b497882c281df88e274.zip
Add XSL declaration to support nochunks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e5bac50..be59e39 100644
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,12 @@
# Copyright 2003 Tammy Fox, Red Hat, Inc.
###############################################################################
-XSLPDF = ../docs-common/xsl/main-pdf.xsl
-XSLHTML = ../docs-common/xsl/main-html.xsl
-LANG = en
-DOCNAME = documentation-guide-$(LANG)
-XMLFILE = $(DOCNAME).xml
+XSLPDF = ../docs-common/xsl/main-pdf.xsl
+XSLHTML = ../docs-common/xsl/main-html.xsl
+XSLHTMLNOCHUNKS = ../docs-common/xsl/main-html-nochunks.xsl
+LANG = en
+DOCNAME = documentation-guide-$(LANG)
+XMLFILE = $(DOCNAME).xml
######################################################
include ../docs-common/Makefile.common