example-tutorial Makefile,1.13,1.14

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Oct 3 02:46:07 UTC 2005


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Properly clean up rpm packages


Index: Makefile
===================================================================
RCS file: /cvs/docs/example-tutorial/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile	3 Oct 2005 02:42:37 -0000	1.13
+++ Makefile	3 Oct 2005 02:46:04 -0000	1.14
@@ -49,7 +49,7 @@
 
 
 clean::
-	rm -rf $(DOCBASE)*.rpm
+	rm -rf fedora-doc-$(DOCBASE)*.rpm
 
 
 rpm: clean




More information about the Fedora-docs-commits mailing list