aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--NEWS2
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`)
diff --git a/NEWS b/NEWS
index 6c28dac4..c8e8c44e 100644
--- a/NEWS
+++ b/NEWS
@@ -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'.