summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-17 10:59:35 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-17 10:59:35 +0000
commitf93dbbf15df1de36405fe27bc0c2644681c230e8 (patch)
tree8e70189ba7c760e7953947f2261d72b5dc54e8cb /Makefile.am
parent928d651c0f610b8deef5f4cdc75d8a7c363212e6 (diff)
use release.mak
Original commit message from CVS: use release.mak
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 2 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am
index 89b6441a..7524fdeb 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