From 687fd2759bf0a4fca9af6155b470b221fce7b8d4 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Tue, 28 Jun 2005 21:46:45 +0000 Subject: Fixed entity file references and Makefile --- Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4d878c5..da9892f 100644 --- a/Makefile +++ b/Makefile @@ -7,18 +7,20 @@ # Copyright 2003 Tammy Fox, Red Hat, Inc. ############################################################################### -XSLPDF = ../xsl/main-pdf.xsl -XSLHTML = ../xsl/main-html.xsl +XSLPDF = ../docs-common/xsl/main-pdf.xsl +XSLHTML = ../docs-common/xsl/main-html.xsl LANG = en DOCNAME = documentation-guide-$(LANG) XMLFILE = $(DOCNAME).xml +###################################################### +include ../docs-common/Makefile.common ###################################################### html: @xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE) @mkdir -p $(DOCNAME)/stylesheet-images - @cp ../stylesheet-images/*.png $(DOCNAME)/stylesheet-images - @cp ../css/fedora.css $(DOCNAME) + @cp ../docs-common/stylesheet-images/*.png $(DOCNAME)/stylesheet-images + @cp ../docs-common/css/fedora.css $(DOCNAME) pdf: @@ -26,4 +28,4 @@ pdf: ###################################################### clean: - @rm -rfv *.html *.pdf *.tex $(DOCNAME) + @rm -rfv *.html *.pdf *.tex $(DOCNAME) $(DOCNAME).tar.gz -- cgit