example-tutorial Makefile,1.7,1.8

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Tue Jun 28 21:25:19 UTC 2005


Author: jtr

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

Modified Files:
	Makefile 
Log Message:
Added make target "make tarball" to generate a tar(1) archive of the HTML
form of a document.



Index: Makefile
===================================================================
RCS file: /cvs/docs/example-tutorial/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile	14 Jun 2005 20:40:36 -0000	1.7
+++ Makefile	28 Jun 2005 21:25:16 -0000	1.8
@@ -14,11 +14,13 @@
 XMLFILE        = $(DOCNAME).xml
 
 ######################################################
+include ../docs-common/Makefile.common
+######################################################
 html: 
 	@xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE)
 	@mkdir -p $(DOCNAME)/stylesheet-images
 	@cp ../docs-common/stylesheet-images/*.png $(DOCNAME)/stylesheet-images
-	@cp ../css/fedora.css $(DOCNAME)
+	@cp ../docs-common/css/fedora.css $(DOCNAME)
 
 
 pdf:




More information about the Fedora-docs-commits mailing list