summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-04-15 09:27:20 +0000
committerAndreas Schwab <schwab@suse.de>1998-04-15 09:27:20 +0000
commitfe6240b03e4e3ea44e2af2cce3907b3980e7d84d (patch)
tree477c2cc0af15e34f279fc39ff970008ebe598fc2 /Makefile.in
parent0c0d79ccb7560472046e51adb8d549756bd57567 (diff)
downloademacs-fe6240b03e4e3ea44e2af2cce3907b3980e7d84d.tar.gz
(install-arch-indep): Install customize and reftex info files.
Diffstat (limited to 'Makefile.in')
-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
cd ${srcdir}/info ; \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
(cd $${thisdir}; chmod a+r ${infodir}/dir); \
- for f in ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* sc* vip* widget*; do \
+ 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); \