diff options
author | Mark Murray <markm@FreeBSD.org> | 1997-09-22 13:43:01 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1997-09-22 13:43:01 +0000 |
commit | 826e1c61e3b5a8953f1f60bd1e4723a70b2eaab0 (patch) | |
tree | 68e4d845a74095f8b50400a0045b85ebd48584b4 /mail/exim-old/files/patch-aa | |
parent | Upgrade to 3.9.0. (diff) |
Fix the installation so the .info files' entries get properly
installed in info/dir.
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/files/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/exim-old/files/patch-aa b/mail/exim-old/files/patch-aa index 3fcf8c16a004..87c8a1ed140d 100644 --- a/mail/exim-old/files/patch-aa +++ b/mail/exim-old/files/patch-aa @@ -1,5 +1,5 @@ ---- scripts/exim_install.orig Thu Aug 21 16:48:58 1997 -+++ scripts/exim_install Fri Aug 29 15:22:04 1997 +--- scripts/exim_install.orig Tue Sep 9 15:07:22 1997 ++++ scripts/exim_install Mon Sep 22 15:22:15 1997 @@ -8,6 +8,8 @@ # This script also installs a default configuration file in CONFIGURE_FILE # if there is no configuration file there. @@ -51,7 +51,7 @@ # If no arguments, install everything if [ $# -gt 0 ]; then -@@ -167,12 +186,30 @@ +@@ -167,12 +186,39 @@ fi done @@ -63,12 +63,21 @@ + makeinfo --no-split --output exim_overview.info ../doc/oview.texinfo + echo ${CP} exim_overview.info ${INFO_DIRECTORY} + ${real} ${CP} exim_overview.info ${INFO_DIRECTORY} ++ install-info --section="EXIM" \ ++ --entry "* Overview: (exim_overview). Overview of the EXIM system" \ ++ ${INFO_DIRECTORY}/exim_overview.info ${INFO_DIRECTORY}/dir + makeinfo --no-split --output exim.info ../doc/spec.texinfo + echo ${CP} exim.info ${INFO_DIRECTORY} + ${real} ${CP} exim.info ${INFO_DIRECTORY} ++ install-info --section="EXIM" \ ++ --entry "* User guide: (exim). Exim manual" \ ++ ${INFO_DIRECTORY}/exim.info ${INFO_DIRECTORY}/dir + makeinfo --no-split --output exim_filter.info ../doc/filter.texinfo + echo ${CP} exim_filter.info ${INFO_DIRECTORY} + ${real} ${CP} exim_filter.info ${INFO_DIRECTORY} ++ install-info --section="EXIM" \ ++ --entry "* Filtering: (exim_filter). Filtering mail with EXIM" \ ++ ${INFO_DIRECTORY}/exim_filter.info ${INFO_DIRECTORY}/dir +fi + # If there is no configuration file, install the default, |