summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-06-28 21:46:45 +0000
committerPaul W. Frields <stickster@gmail.com>2005-06-28 21:46:45 +0000
commit687fd2759bf0a4fca9af6155b470b221fce7b8d4 (patch)
tree044b4a3f375081b4e865170d11bdb1ae29629a98 /Makefile
parent1739e228e8d40792af4027813efba4d737629311 (diff)
downloaddocumentation-guide-687fd2759bf0a4fca9af6155b470b221fce7b8d4.tar.gz
documentation-guide-687fd2759bf0a4fca9af6155b470b221fce7b8d4.tar.xz
documentation-guide-687fd2759bf0a4fca9af6155b470b221fce7b8d4.zip
Fixed entity file references and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 7 insertions, 5 deletions
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