docs-common Makefile.common,1.53,1.54

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Feb 13 18:34:22 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21366/docs-common

Modified Files:
	Makefile.common 
Log Message:
Oops, remember Tommy's rule of good behavior in targets


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- Makefile.common	13 Feb 2006 18:29:50 -0000	1.53
+++ Makefile.common	13 Feb 2006 18:34:15 -0000	1.54
@@ -366,7 +366,7 @@
 		-o -name '*.tmp'					\
 		-o -name '${DOCBASE}-${VERSION}'			\
 	')' -prune -o -print | cpio -pamdv $(DOCBASE)-$(VERSION)
-	tar -zcvf $@ $(DOCBASE)-$(VERSION)/
+	tar -zcvf $(DOCBASE)-$(VERSION).src.tar.gz $(DOCBASE)-$(VERSION)/
 	${RM} -r $(DOCBASE)-$(VERSION)
 
 package-prep::




More information about the Fedora-docs-commits mailing list