aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-28 05:07:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-28 05:07:16 +0000
commit148d6bd667c1b414e9620fcaafe6cc77603cde5f (patch)
tree30740dd66907fcfdeb4a12c460a0ad1d6f9a887e /Makefile.in
parentf6970b5ddce733ab1bc7a77b1a9906e9b45037de (diff)
downloadfetchmail-148d6bd667c1b414e9620fcaafe6cc77603cde5f.tar.gz
fetchmail-148d6bd667c1b414e9620fcaafe6cc77603cde5f.tar.bz2
fetchmail-148d6bd667c1b414e9620fcaafe6cc77603cde5f.zip
Version bumpo to 2.1.
svn path=/trunk/; revision=581
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f827eb6e..ca672d9e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -204,6 +204,9 @@ all = $(docs) $(config) $(srcs) $(parser) $(headers) $(extra) $(scripts) \
MANIFEST: $(srcdir)
@echo $(all) | tr "[ \t]" '\n' | sort | sed "s/\\./fetchmail-$(VERS)/" >MANIFEST
+dist: fetchmail-$(VERS).tar.gz
+ ls -l fetchmail-$(VERS).tar.gz
+
fetchmail-$(VERS).tar: $(all)
(cd ..; tar -cf fetchmail-$(VERS).tar `cat fetchmail-$(VERS)/MANIFEST`)
mv ../fetchmail-$(VERS).tar fetchmail-$(VERS).tar