aboutsummaryrefslogtreecommitdiffstats
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
parent1996310fc3052ce59c97523007dbe0847110e590 (diff)
downloadfetchmail-33def3fbf54546b2f292e3d24b7e2d34e2b4af06.tar.gz
fetchmail-33def3fbf54546b2f292e3d24b7e2d34e2b4af06.tar.bz2
fetchmail-33def3fbf54546b2f292e3d24b7e2d34e2b4af06.zip
. -> -
svn path=/trunk/; revision=1237
-rw-r--r--Makefile.in8
-rwxr-xr-xspecgen.sh2
2 files changed, 5 insertions, 5 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
diff --git a/specgen.sh b/specgen.sh
index 340fc692..423c10c1 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -18,7 +18,7 @@ make
make install
%files
-%doc README NEWS NOTES fetchmail.FAQ.html FAQ COPYING INSTALL sample.rcfile
+%doc README NEWS NOTES fetchmail-FAQ.html FAQ COPYING INSTALL sample.rcfile
%ifarch i386
%endif