Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ffba0487
...
ffba048764cdcdb1f86ad2593a65cbab898e3da9
authored
2007-05-09 07:56:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(alpha): Change distdir format
1 parent
6ce7aea1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Makefile.am
Makefile.am
View file @
ffba048
...
...
@@ -56,10 +56,10 @@ SUBDIRS = \
EXTRA_DIST
=
COPYING.LESSER
alpha
:
$(MAKE)
dist
distdir
=
$(PACKAGE)
-
`
date +
"%Y%m%d"
`
$(MAKE)
dist
distdir
=
$(PACKAGE)
-
$(VERSION)
-
`
date +
"%Y%m%d"
`
alphacheck
:
$(MAKE)
distcheck
distdir
=
$(PACKAGE)
-
`
date +
"%Y%m%d"
`
$(MAKE)
distcheck
distdir
=
$(PACKAGE)
-
$(VERSION)
-
`
date +
"%Y%m%d"
`
rpm
:
dist
rpm -ta --clean mailutils-
$(VERSION)
.tar.gz
...
...
Please
register
or
sign in
to post a comment