summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-07 21:31:00 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-07 21:31:00 +0000
commitdedd2c6d2c5c0ec8e5ebff433e54807dcfdc7d30 (patch)
treeec95f89de0f5313ca3641b850b224ac213f52922 /Makefile.in
parent7ddbb5bc208246cba3997d6d61749448b25260ae (diff)
downloademacs-dedd2c6d2c5c0ec8e5ebff433e54807dcfdc7d30.tar.gz
(install-arch-indep): Fix typo in previous change.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a32f31857a5..4696522b7b3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -378,10 +378,17 @@ install-arch-indep: mkdir
for f in ccmode* cl* customize* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \
(cd $${thisdir}; \
${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
- chmod a+r ${infodir}/$$f; \
- ${INSTALL_INFO} --info-file=$$f); \
+ chmod a+r ${infodir}/$$f); \
done); \
else true; fi
+ -thisdir=`/bin/pwd`; \
+ if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
+ then \
+ for f in ccmode cl customize dired-x ediff emacs forms gnus info message mh-e reftex sc vip widget; do \
+ (cd $${thisdir}; \
+ ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
+ done; \
+ else true; fi
-chmod -R a+r ${COPYDESTS} ${infodir}
thisdir=`/bin/pwd`; \
cd ${srcdir}/etc; \