diff options
| author | Richard M. Stallman | 1998-05-07 21:31:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-07 21:31:00 +0000 |
| commit | dedd2c6d2c5c0ec8e5ebff433e54807dcfdc7d30 (patch) | |
| tree | ec95f89de0f5313ca3641b850b224ac213f52922 /Makefile.in | |
| parent | 7ddbb5bc208246cba3997d6d61749448b25260ae (diff) | |
| download | emacs-dedd2c6d2c5c0ec8e5ebff433e54807dcfdc7d30.tar.gz emacs-dedd2c6d2c5c0ec8e5ebff433e54807dcfdc7d30.zip | |
(install-arch-indep): Fix typo in previous change.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 11 |
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 | |||
| 378 | for f in ccmode* cl* customize* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \ | 378 | for f in ccmode* cl* customize* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \ |
| 379 | (cd $${thisdir}; \ | 379 | (cd $${thisdir}; \ |
| 380 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ | 380 | ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ |
| 381 | chmod a+r ${infodir}/$$f; \ | 381 | chmod a+r ${infodir}/$$f); \ |
| 382 | ${INSTALL_INFO} --info-file=$$f); \ | ||
| 383 | done); \ | 382 | done); \ |
| 384 | else true; fi | 383 | else true; fi |
| 384 | -thisdir=`/bin/pwd`; \ | ||
| 385 | if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ | ||
| 386 | then \ | ||
| 387 | for f in ccmode cl customize dired-x ediff emacs forms gnus info message mh-e reftex sc vip widget; do \ | ||
| 388 | (cd $${thisdir}; \ | ||
| 389 | ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \ | ||
| 390 | done; \ | ||
| 391 | else true; fi | ||
| 385 | -chmod -R a+r ${COPYDESTS} ${infodir} | 392 | -chmod -R a+r ${COPYDESTS} ${infodir} |
| 386 | thisdir=`/bin/pwd`; \ | 393 | thisdir=`/bin/pwd`; \ |
| 387 | cd ${srcdir}/etc; \ | 394 | cd ${srcdir}/etc; \ |