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
commit6437ca042611a9d55414dcf0bd53ec9976d58f6b (patch)
tree3e6118ea49ab9a91c36755f59a4538f142a81ef1 /Makefile.in
parentdb6089c5e932317ebc13135f4f502aded8299128 (diff)
downloademacs-6437ca042611a9d55414dcf0bd53ec9976d58f6b.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); \