developer-guide Makefile,1.7,1.8

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Jun 28 22:28:55 UTC 2005


Author: pfrields

Update of /cvs/docs/developer-guide
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19361

Modified Files:
	Makefile 
Log Message:
Updated Makefile



Index: Makefile
===================================================================
RCS file: /cvs/docs/developer-guide/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile	21 Nov 2003 22:39:22 -0000	1.7
+++ Makefile	28 Jun 2005 22:28:53 -0000	1.8
@@ -7,22 +7,24 @@
 # 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        = developers-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:
 	@xmlto pdf -x $(XSLPDF) $(XMLFILE)
 ######################################################
-                                                                                                                        
+
 clean:
-	@rm -rfv *.html *.pdf *.tex $(DOCNAME)
+	@rm -rfv *.html *.pdf *.tex $(DOCNAME) $(DOCNAME).tar.gz




More information about the docs-commits mailing list