summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-09-18 22:45:54 +0000
committerPaul W. Frields <stickster@gmail.com>2005-09-18 22:45:54 +0000
commitf1d98a86ca2aad4e146938352f6b589b5b60ee3a (patch)
tree817aaaef756faa105fe4896d3c24a0f46e46790b /Makefile
parent727951c120a29322706256fc947fa927b350ea60 (diff)
downloaddocumentation-guide-f1d98a86ca2aad4e146938352f6b589b5b60ee3a.tar.gz
documentation-guide-f1d98a86ca2aad4e146938352f6b589b5b60ee3a.tar.xz
documentation-guide-f1d98a86ca2aad4e146938352f6b589b5b60ee3a.zip
Update Makefile to new standards
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index be59e39..260a7e8 100644
--- a/Makefile
+++ b/Makefile
@@ -7,12 +7,9 @@
# Copyright 2003 Tammy Fox, Red Hat, Inc.
###############################################################################
-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
+LANGUAGES = en
+DOCBASE = documentation-guide
+XMLEXTRAFILES-en =
######################################################
include ../docs-common/Makefile.common