git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] release tarball make targets
@ 2005-05-03 21:15 Mark Allen
  2005-05-03 18:28 ` [PATCH 0/3] cogito spec file updates Chris Wright
  0 siblings, 1 reply; 15+ messages in thread
From: Mark Allen @ 2005-05-03 21:15 UTC (permalink / raw)
  To: chrisw, pasky; +Cc: git

This patch is to support automating RPM and spec file generation.

Cheers,

--Mark

Signed-off-by: Mark Allen <mrallen1@yahoo.com>

Index: Makefile
===================================================================
--- aa6233be6d1b8bf42797c409a7c23b50593afc99/Makefile  (mode:100644
sha1:6ae0afa0208a8f755d383281a6d049a4ef90fe63)
+++ uncommitted/Makefile  (mode:100644 sha1:181aa6d6c34fb771671a7ee8038f9cf18972713a)
@@ -55,6 +55,10 @@
 
 VERSION= VERSION
 
+DIRS=mozilla-sha1 contrib ppc
+
+DOCS=README README.reference
+
 LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o \
 	 tag.o date.o
 LIB_FILE=libgit.a
@@ -136,3 +140,11 @@
 
 backup: clean
 	cd .. ; tar czvf dircache.tar.gz dir-cache
+
+release-tar-gzip: clean
+	tar czf $(shell cat $(VERSION)).tar.gz *.c *.h git.spec Makefile $(DOCS) $(DIRS)
$(SCRIPTS) $(SCRIPT) 
+
+release-tar-bzip2: clean
+	tar cjf $(shell cat $(VERSION)).tar.bz2 *.c *.h git.spec Makefile $(DOCS) $(DIRS)
$(SCRIPTS) $(SCRIPT) 
+
+release-tarballs: release-tar-gzip release-tar-bzip2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2005-05-04 15:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-03 21:15 [PATCH] release tarball make targets Mark Allen
2005-05-03 18:28 ` [PATCH 0/3] cogito spec file updates Chris Wright
2005-05-03 18:30   ` [PATCH 1/3] cogito spec file 0.7-1 Chris Wright
2005-05-03 18:32     ` [PATCH 2/3] cogito spec file 0.8-1 Chris Wright
2005-05-03 18:33       ` [PATCH 3/3] cogito spec file 0.8-2 Chris Wright
2005-05-03 19:35   ` [PATCH 0/3] cogito spec file updates Chris Wright
2005-05-03 21:21     ` Petr Baudis
2005-05-03 21:32       ` Chris Wright
2005-05-03 21:44         ` Petr Baudis
2005-05-03 23:01           ` Chris Wright
2005-05-04 14:38           ` H. Peter Anvin
2005-05-04 14:54             ` Horst von Brand
2005-05-04 15:01               ` H. Peter Anvin
2005-05-04 15:27             ` Chris Wright
2005-05-04  1:00     ` Horst von Brand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).