diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2021c874..4e3568f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -226,10 +226,12 @@ FEATURES: fetchmail-features.html # Make distribution, update LSM with proper size, remake distribution dist: Makefile.in + rm MANIFEST; make MANIFEST; make fetchmail-$(VERS).tar.gz lsmgen.sh $(VERS) `wc -c fetchmail-$(VERS).tar.gz` >fetchmail.lsm make fetchmail-$(VERS).tar.gz ls -l fetchmail-$(VERS).tar.gz + echo "Don't forget to build RPMs from root!" fetchmail-$(VERS).tar: $(all) (cd ..; tar -cf fetchmail-$(VERS).tar `cat fetchmail-$(VERS)/MANIFEST`) @@ -18,7 +18,7 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-3.9.8 (): +pl 3.9.8 (Sat Jun 14 14:19:32 EDT 1997): * Fetchmail is now normally built with optimization. * POP2 support is no longer compiled by default, but you can configure it in with `configure --enable-POP2'. |