use release.mak

Original commit message from CVS:
use release.mak
This commit is contained in:
Thomas Vander Stichele 2004-03-17 10:50:04 +00:00
parent 457af34179
commit 8b28d0d9a6
3 changed files with 7 additions and 16 deletions

View file

@ -1,3 +1,7 @@
2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
* Makefile.am: use common/release.mak
2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
* docs/faq/gst-uninstalled:

View file

@ -50,21 +50,6 @@ EXTRA_DIST = gstreamer.spec.in gst-element-check.m4 \
CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
# 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:
cp gstreamer.spec $(distdir)
rm -rf `find $(distdir)/common -name CVS`
@ -115,3 +100,5 @@ check-coverage:
echo "Need to reconfigure with --enable-gcov"
endif
include $(top_srcdir)/common/release.mak

2
common

@ -1 +1 @@
Subproject commit 581b12ce0812d391c32f212b9887be333bcdb420
Subproject commit af639632ef610fb83ee7a07bead59459986741f9