diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-17 10:59:35 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-17 10:59:35 +0000 |
commit | f93dbbf15df1de36405fe27bc0c2644681c230e8 (patch) | |
tree | 8e70189ba7c760e7953947f2261d72b5dc54e8cb /Makefile.am | |
parent | 928d651c0f610b8deef5f4cdc75d8a7c363212e6 (diff) |
use release.mak
Original commit message from CVS:
use release.mak
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am index 89b6441a0..7524fdeb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,21 +40,8 @@ EXTRA_DIST=gst-plugins.spec depcomp \ DISTCLEANFILES=_stdint.h -# to do a release, run "make release" -# this will generate all archives and md5sums - -# make bz2 as well -AUTOMAKE_OPTIONS = dist-bzip2 - -release: dist - make @PACKAGE@-@VERSION@.tar.gz.md5 - make @PACKAGE@-@VERSION@.tar.bz2.md5 - -# generate md5 sum files -%.md5: % - md5sum $< > $@ - - dist-hook: rm -rf `find $(distdir)/common -name CVS` rm -rf `find $(distdir)/m4 -name CVS` + +include $(top_srcdir)/common/release.mak |