release-notes/devel Makefile,1.56,1.57

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Apr 15 05:03:45 UTC 2007


Author: pfrields

Update of /cvs/docs/release-notes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14715

Modified Files:
	Makefile 
Log Message:
Add nasty hack to make Jesse's life easier when he builds the SRPM.



Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/devel/Makefile,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- Makefile	15 Apr 2007 04:36:36 -0000	1.56
+++ Makefile	15 Apr 2007 05:03:43 -0000	1.57
@@ -183,6 +183,32 @@
 # Make sure that each external module's Makefile defines VERSION the
 # same as in this module's specfile.
 
+# THE FOLLOWING IS A NASTY HACK TO MAKE LIFE EASIER FOR REL-ENG.
+FDPCVSROOT=:pserver:anonymous at cvs.fedoraproject.org:/cvs/docs
+homepage-${VERSION}.tar.gz::
+	test -d homepage && (cd homepage ; cvs up) || \
+		cvs -d ${FDPCVSROOT} co homepage-devel-dir
+	(cd homepage ; make release-pkg)
+	cp -u homepage/$@ .
+
+about-fedora-${VERSION}.tar.gz::
+	test -d about-fedora && (cd about-fedora ; cvs up) || \
+		cvs -d ${FDPCVSROOT} co about-fedora-devel-dir
+	(cd about-fedora ; make release-pkg)
+	cp -u about-fedora/$@ .
+
+README-${VERSION}.tar.gz::
+	test -d readme && (cd readme ; cvs up) || \
+		cvs -d ${FDPCVSROOT} co readme-devel-dir
+	(cd readme ; make release-pkg)
+	cp -u readme/$@ .
+
+README-BURNING-ISOS-${VERSION}.tar.gz::
+	test -d readme-burning-isos && (cd readme-burning-isos ; cvs up) || \
+		cvs -d ${FDPCVSROOT} co readme-burning-isos-devel-dir
+	(cd readme-burning-isos ; make release-pkg)
+	cp -u readme-burning-isos/$@ .
+
 .PHONY: release-srpm
 release-srpm:: ${PKGNAME}-${VERSION}-${RELEASE}.src.rpm
 ${PKGNAME}-${VERSION}-${RELEASE}.src.rpm::  ${SPECFILE} \




More information about the Fedora-docs-commits mailing list