install-guide Makefile,1.8,1.9

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


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Allow tarball building with Makefile.common



Index: Makefile
===================================================================
RCS file: /cvs/docs/install-guide/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	14 Jun 2005 22:36:46 -0000	1.8
+++ Makefile	28 Jun 2005 22:30:40 -0000	1.9
@@ -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
@@ -28,4 +30,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