diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-30 07:02:27 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-30 07:02:27 +0000 |
commit | 9982b4397f8e5ac2a7d6c65ea60787d54c44052c (patch) | |
tree | 106480e1503f16c5fa6a853f0b20bef3a5b74709 /print/yatex/files | |
parent | 78004852d51ed40ec8f21c988c1d83b175050f78 (diff) |
Notes
Diffstat (limited to 'print/yatex/files')
-rw-r--r-- | print/yatex/files/INSTALL.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/yatex/files/INSTALL.tmpl b/print/yatex/files/INSTALL.tmpl index 777d3e4a48bc..6b343f1846df 100644 --- a/print/yatex/files/INSTALL.tmpl +++ b/print/yatex/files/INSTALL.tmpl @@ -28,6 +28,9 @@ if [ "X$2" = X"POST-INSTALL" ]; then break fi file=`${ECHO} ${infofiles} | ${CUT} -d : -f $count` + if [ X%%EMACS%% = Xxemacs ]; then + file=${file}.info + fi nodename=`${ECHO} ${infonodes} | ${CUT} -d : -f $count` nodeexp=`${ECHO} ${infonodeexps} | ${CUT} -d : -f $count` if [ ! "`${GREP} \"START-INFO-DIR-ENTRY\" ${infodir}/${file}`" ]; then |