aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2007-07-12 15:37:55 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2007-07-12 15:37:55 +0000
commitdb65f280e97fdf5bf281cfd09ee90dcf38c9d848 (patch)
treec65a7f14c21801de59a6e1f7b919b6041e11dd4a /Makefile
parentdfe7544d9a4841385eeaaad9effcb8f1d559afa6 (diff)
downloadspec-helper-db65f280e97fdf5bf281cfd09ee90dcf38c9d848.tar
spec-helper-db65f280e97fdf5bf281cfd09ee90dcf38c9d848.tar.gz
spec-helper-db65f280e97fdf5bf281cfd09ee90dcf38c9d848.tar.bz2
spec-helper-db65f280e97fdf5bf281cfd09ee90dcf38c9d848.tar.xz
spec-helper-db65f280e97fdf5bf281cfd09ee90dcf38c9d848.zip
- make dist just create a tarball, as usuall
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a769cda..2fbfc81 100644
--- a/Makefile
+++ b/Makefile
@@ -41,17 +41,17 @@ cleandist: clean
dir:
mkdir $(PACKAGE)-$(VERSION)
-localcopy:
- tar c $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
+localcopy: dir
+ tar c $(FILES) | (cd $(PACKAGE)-$(VERSION) ; tar x)
-tar:
+tar: dir
tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
bzip2 -9vf $(PACKAGE)-$(VERSION).tar
rm -rf $(PACKAGE)-$(VERSION)
# rules to build a public distribution
-dist: cleandist dir localcopy tar svntag
+dist: tar
svntag:
svn cp -m 'version $(VERSION)' $(SVNPATH)/trunk $(SVNPATH)/tags/v$(VERSION)