diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-05 20:39:28 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-05 20:39:28 +0000 |
commit | aef95031721f5e8730193a89e04a81f70b027fd7 (patch) | |
tree | 11527b15189dbf3830f4858a4b7368d5e9c0db9e /Makefile.in | |
parent | dd61870a3605112ad0b093b800a4219bd4c99961 (diff) | |
download | fetchmail-aef95031721f5e8730193a89e04a81f70b027fd7.tar.gz fetchmail-aef95031721f5e8730193a89e04a81f70b027fd7.tar.bz2 fetchmail-aef95031721f5e8730193a89e04a81f70b027fd7.zip |
Correction.
svn path=/trunk/; revision=3009
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8b3462b0..23ec3f65 100644 --- a/Makefile.in +++ b/Makefile.in @@ -289,7 +289,7 @@ NOTES: design-notes.html # man2html no longer chokes and dies on this man page, # but manServer.pl does a much better job. fetchmail-man.html: fetchmail.man - man2Server.pl fetchmail.man >fetchmail-man.html + 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 |