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
ae189631
...
ae1896319386ba806771f26e7580e423f00fc3a3
authored
2001-01-20 04:52:47 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Make releases with 4 digit year
1 parent
94eda4fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile.am
Makefile.am
View file @
ae18963
...
...
@@ -7,5 +7,5 @@ SUBDIRS = include doc m4 lib mailbox from mail pop3d imap4d
EXTRA_DIST
=
mailutils.spec mailutils.spec.in README-alpha COPYING.FDL
release
:
$(MAKE)
dist
distdir
=
$(PACKAGE)
-
`
date +
"%
y
%m%d"
`
$(MAKE)
dist
distdir
=
$(PACKAGE)
-
`
date +
"%
Y
%m%d"
`
...
...
Please
register
or
sign in
to post a comment