Add release target with datestamp
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -5,3 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 | ... | @@ -5,3 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 |
5 | SUBDIRS = include doc m4 lib mailbox from mail pop3d imap4d | 5 | SUBDIRS = include doc m4 lib mailbox from mail pop3d imap4d |
6 | 6 | ||
7 | EXTRA_DIST = mailutils.spec mailutils.spec.in | 7 | EXTRA_DIST = mailutils.spec mailutils.spec.in |
8 | |||
9 | release: | ||
10 | $(MAKE) dist distdir=$(PACKAGE)-`date +"%y%m%d"` | ||
11 | ... | ... |
-
Please register or sign in to post a comment