Revision 21011,
302 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21010,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # include this snippet to add a common release: target by using |
---|
2 | # include $(top_srcdir)/common/release.mak |
---|
3 | |
---|
4 | # make bz2 as well |
---|
5 | AUTOMAKE_OPTIONS = dist-bzip2 |
---|
6 | |
---|
7 | release: dist |
---|
8 | make $(PACKAGE)-$(VERSION).tar.gz.md5 |
---|
9 | make $(PACKAGE)-$(VERSION).tar.bz2.md5 |
---|
10 | |
---|
11 | # generate md5 sum files |
---|
12 | %.md5: % |
---|
13 | md5sum $< > $@ |
---|
Note: See
TracBrowser
for help on using the repository browser.