summaryrefslogtreecommitdiff
path: root/print/yatex/files/INSTALL.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'print/yatex/files/INSTALL.tmpl')
-rw-r--r--print/yatex/files/INSTALL.tmpl3
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