(release): Rename to alpha
(alphacheck): New rule
Showing
1 changed file
with
4 additions
and
1 deletions
... | @@ -27,9 +27,12 @@ SUBDIRS = include intl po testsuite mailbox lib libsieve doc \ | ... | @@ -27,9 +27,12 @@ SUBDIRS = include intl po testsuite mailbox lib libsieve doc \ |
27 | 27 | ||
28 | EXTRA_DIST = COPYING.LESSER @MU_EXTRA_DIST@ | 28 | EXTRA_DIST = COPYING.LESSER @MU_EXTRA_DIST@ |
29 | 29 | ||
30 | release: | 30 | alpha: |
31 | $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"` | 31 | $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"` |
32 | 32 | ||
33 | alphacheck: | ||
34 | $(MAKE) distcheck distdir=$(PACKAGE)-`date +"%Y%m%d"` | ||
35 | |||
33 | rpm: dist | 36 | rpm: dist |
34 | rpm -ta --clean mailutils-$(VERSION).tar.gz | 37 | rpm -ta --clean mailutils-$(VERSION).tar.gz |
35 | 38 | ... | ... |
-
Please register or sign in to post a comment