example-tutorial Makefile,1.6,1.7

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Tue Jun 14 20:40:39 UTC 2005


Author: jtr

Update of /cvs/docs/example-tutorial
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13999

Modified Files:
	Makefile 
Log Message:
Change relative paths to "docs-common" component directories.



Index: Makefile
===================================================================
RCS file: /cvs/docs/example-tutorial/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	24 Feb 2004 19:14:37 -0000	1.6
+++ Makefile	14 Jun 2005 20:40:36 -0000	1.7
@@ -7,8 +7,8 @@
 # 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        = example-tutorial-$(LANG)
 XMLFILE        = $(DOCNAME).xml
@@ -17,7 +17,7 @@
 html: 
 	@xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE)
 	@mkdir -p $(DOCNAME)/stylesheet-images
-	@cp ../stylesheet-images/*.png $(DOCNAME)/stylesheet-images
+	@cp ../docs-common/stylesheet-images/*.png $(DOCNAME)/stylesheet-images
 	@cp ../css/fedora.css $(DOCNAME)
 
 




More information about the Fedora-docs-commits mailing list