aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-15 09:27:20 +0000
committerAndreas Schwab1998-04-15 09:27:20 +0000
commit6437ca042611a9d55414dcf0bd53ec9976d58f6b (patch)
tree3e6118ea49ab9a91c36755f59a4538f142a81ef1
parentdb6089c5e932317ebc13135f4f502aded8299128 (diff)
downloademacs-6437ca042611a9d55414dcf0bd53ec9976d58f6b.tar.gz
emacs-6437ca042611a9d55414dcf0bd53ec9976d58f6b.zip
(install-arch-indep): Install customize and reftex info files.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index efd1f0fcb5d..43783bd62f4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -373,7 +373,7 @@ install-arch-indep: mkdir
373 cd ${srcdir}/info ; \ 373 cd ${srcdir}/info ; \
374 (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \ 374 (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
375 (cd $${thisdir}; chmod a+r ${infodir}/dir); \ 375 (cd $${thisdir}; chmod a+r ${infodir}/dir); \
376 for f in ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* sc* vip* widget*; do \ 376 for f in ccmode* cl* customize* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \
377 (cd $${thisdir}; \ 377 (cd $${thisdir}; \
378 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \ 378 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
379 chmod a+r ${infodir}/$$f); \ 379 chmod a+r ${infodir}/$$f); \