aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-08-06 02:53:12 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-08-06 02:53:12 +0000
commit33def3fbf54546b2f292e3d24b7e2d34e2b4af06 (patch)
tree8820ab2d767274a9179808252e71f4e6fa2012fc /Makefile.in
parent1996310fc3052ce59c97523007dbe0847110e590 (diff)
downloadfetchmail-33def3fbf54546b2f292e3d24b7e2d34e2b4af06.tar.gz
fetchmail-33def3fbf54546b2f292e3d24b7e2d34e2b4af06.tar.bz2
fetchmail-33def3fbf54546b2f292e3d24b7e2d34e2b4af06.zip
. -> -
svn path=/trunk/; revision=1237
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 6ce98042..d2c122de 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -195,7 +195,7 @@ docs = $(srcdir)/COPYING $(srcdir)/FEATURES $(srcdir)/fetchmail-features.html \
$(srcdir)/design-notes.html $(srcdir)/NOTES \
$(srcdir)/INSTALL $(srcdir)/NEWS $(srcdir)/README \
$(srcdir)/fetchmail.lsm $(srcdir)/sample.rcfile \
- $(srcdir)/*.man $(srcdir)/FAQ $(srcdir)/fetchmail.FAQ.html
+ $(srcdir)/*.man $(srcdir)/FAQ $(srcdir)/fetchmail-FAQ.html
config = $(srcdir)/Makefile.in $(srcdir)/configure.in $(srcdir)/configure \
$(srcdir)/config.guess $(srcdir)/config.h.in $(srcdir)/config.sub \
$(srcdir)/acconfig.h
@@ -208,9 +208,9 @@ MANIFEST: $(srcdir) Makefile.in
@echo $(all) | tr "[ \t]" '\n' | sed -e '/^\.\//s///' | sort >MANIFEST
@wc -l MANIFEST
-FAQ: fetchmail.FAQ.html
- echo " (This document was generated from fetchmail.FAQ.html)" >FAQ
- lynx -dump -nolist fetchmail.FAQ.html >>FAQ
+FAQ: fetchmail-FAQ.html
+ echo " (This document was generated from fetchmail-FAQ.html)" >FAQ
+ lynx -dump -nolist fetchmail-FAQ.html >>FAQ
FEATURES: fetchmail-features.html
echo " (This document was generated from fetchmail-features.html)" >FEATURES