mirror-tutorial Makefile,1.2,1.3

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


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Updated Makefile to allow tarball building


Index: Makefile
===================================================================
RCS file: /cvs/docs/mirror-tutorial/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	18 Jun 2005 13:51:02 -0000	1.2
+++ Makefile	28 Jun 2005 22:34:56 -0000	1.3
@@ -14,6 +14,8 @@
 XMLFILE        = $(DOCNAME).xml
 
 ######################################################
+include ../docs-common/Makefile.common
+######################################################
 html: 
 	@xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE)
 	@mkdir -p $(DOCNAME)/stylesheet-images
@@ -26,4 +28,4 @@
 ######################################################
 
 clean: 
-	@rm -rfv *.html *.pdf *.tex $(DOCNAME)
+	@rm -rfv *.html *.pdf *.tex $(DOCNAME) $(DOCNAME).tar.gz




More information about the Fedora-docs-commits mailing list