diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-08 21:25:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-08 21:25:17 +0000 |
commit | 399d28ea95b55a3b5f32991b1731589aadb29e81 (patch) | |
tree | 9fa9ac3fd94c43a7b93be0af03171c71a5c3cc5b | |
parent | f914515cdb80edb1627cb6a6a95ae047e33a65ab (diff) | |
download | fetchmail-399d28ea95b55a3b5f32991b1731589aadb29e81.tar.gz fetchmail-399d28ea95b55a3b5f32991b1731589aadb29e81.tar.bz2 fetchmail-399d28ea95b55a3b5f32991b1731589aadb29e81.zip |
Better formatting.
svn path=/trunk/; revision=1162
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 0904dcb5..72397ef9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -221,15 +221,15 @@ MANIFEST: $(srcdir) Makefile.in @wc -l MANIFEST FAQ: fetchmail.FAQ.html - echo "(This document was generated from fetchmail.FAQ.html)" >FAQ + 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 + echo " (This document was generated from fetchmail-features.html)" >FEATURES lynx -dump -nolist fetchmail-features.html | grep -v "Back to " >>FEATURES NOTES: design-notes.html - echo "(This document was generated from design-notes.html)" >NOTES + echo " (This document was generated from design-notes.html)" >NOTES lynx -dump -nolist design-notes.html | grep -v "Back to " >NOTES # Make distribution, update LSM with proper size, remake distribution |