diff options
author | Kai Großjohann <kgrossjo@eu.uu.net> | 2000-10-29 17:36:49 +0000 |
---|---|---|
committer | Kai Großjohann <kgrossjo@eu.uu.net> | 2000-10-29 17:36:49 +0000 |
commit | 1da437e9a86ce6a7db0f3a58f17289842ae92ff7 (patch) | |
tree | cac0ce13179a01760afc1e6637dadc15a1ed6239 /Makefile.in | |
parent | d555ca6c2b3ccf920f998c3ae57134573afa049d (diff) | |
download | emacs-1da437e9a86ce6a7db0f3a58f17289842ae92ff7.tar.gz |
install-info syntax compat change.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 76a42af7cc0..ff81eae147e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -412,7 +412,7 @@ install-arch-indep: mkdir info then \ for f in ada-mode autotype ccmode cl dired-x ebrowse ediff efaq emacs emacs-mime eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc vip viper widget woman; do \ (cd $${thisdir}; \ - ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \ + ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \ done; \ else true; fi -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir} |