From 826e1c61e3b5a8953f1f60bd1e4723a70b2eaab0 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 22 Sep 1997 13:43:01 +0000 Subject: Fix the installation so the .info files' entries get properly installed in info/dir. --- mail/exim/files/patch-aa | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'mail/exim') diff --git a/mail/exim/files/patch-aa b/mail/exim/files/patch-aa index 3fcf8c16a004..87c8a1ed140d 100644 --- a/mail/exim/files/patch-aa +++ b/mail/exim/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, -- cgit v1.2.3