aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-09-06 09:25:13 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-09-06 09:25:13 +0000
commitc6ad31f9ae1f2e71c01e634b8b3112599b520d9a (patch)
treec4620f1126e7236a4cd24a3579426de5b710a4b4
parent2aef8af09067dbdaa7b7469c457d5c6be076a032 (diff)
downloadfetchmail-c6ad31f9ae1f2e71c01e634b8b3112599b520d9a.tar.gz
fetchmail-c6ad31f9ae1f2e71c01e634b8b3112599b520d9a.tar.bz2
fetchmail-c6ad31f9ae1f2e71c01e634b8b3112599b520d9a.zip
Ready to ship?
svn path=/trunk/; revision=3703
-rw-r--r--Makefile.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 898d4f81..e4ece08f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -270,7 +270,7 @@ config = $(srcdir)/Makefile.in $(srcdir)/configure.in $(srcdir)/configure \
$(srcdir)/config.guess $(srcdir)/config.h.in $(srcdir)/config.sub \
$(srcdir)/acconfig.h $(srcdir)/aclocal.m4
scripts = $(srcdir)/install-sh $(srcdir)/missing $(srcdir)/mkinstalldirs \
- $(srcdir)/specgen.sh $(srcdir)/lsmgen.py $(srcdir)/fetchmailconf
+ $(srcdir)/specgen.sh $(srcdir)/fetchmailconf
all = $(docs) $(config) $(srcs) $(parser) $(headers) $(extra) $(scripts) \
$(srcdir)/rh-config/* $(srcdir)/contrib/*[A-Za-uw-z] \
$(srcdir)/po/* $(srcdir)/intl $(srcdir)/beos/* ABOUT-NLS $(srcdir)/MANIFEST
@@ -302,14 +302,10 @@ TODO: todo.html
fetchmail-man.html: fetchmail.man
manServer.pl fetchmail.man >fetchmail-man.html
-# Make distribution, update LSM with proper size, remake distribution
-# (Making fetchmail-man.html is a kluge to ensure that it will be
-# available when I upload the distribution.)
+# Make distribution.
dist: distclean MANIFEST Makefile.in distdocs
touch fetchmail.lsm
make fetchmail-$(VERSION).tar.gz
- lsmgen.py $(VERSION) `wc -c fetchmail-$(VERSION).tar.gz` >fetchmail.lsm
- make fetchmail-$(VERSION).tar.gz
#-cd po; make update-po
ls -l fetchmail-$(VERSION).tar.gz
@echo "Don't forget to build RPMs from root!"