Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume Desmottes
gst-plugins-good
Commits
419d15ea
Commit
419d15ea
authored
Mar 05, 2004
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add release target
Original commit message from CVS: add release target
parent
f1972109
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
Makefile.am
Makefile.am
+14
-0
No files found.
Makefile.am
View file @
419d15ea
...
...
@@ -27,6 +27,20 @@ EXTRA_DIST=gst-plugins.spec depcomp \
AUTHORS COPYING README RELEASE REQUIREMENTS
\
ChangeLog autogen.sh common 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
:
rm
-rf
`
find
$(distdir)
/common
-name
CVS
`
rm
-rf
`
find
$(distdir)
/m4
-name
CVS
`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment