From f1d98a86ca2aad4e146938352f6b589b5b60ee3a Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 18 Sep 2005 22:45:54 +0000 Subject: Update Makefile to new standards --- Makefile | 9 +++------ 1 file 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 -- cgit