summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-06-02 20:06:35 +0000
committerDave Love <fx@gnu.org>2000-06-02 20:06:35 +0000
commit2432b58e8fe2a5725b934d3a912134cfc38c7e9f (patch)
tree4d5ebd1ab718dabbba4019e703a0432e59d9b648 /Makefile.in
parentffbd1bafa9488139915c5386d4191c1b3a4a065f (diff)
downloademacs-2432b58e8fe2a5725b934d3a912134cfc38c7e9f.tar.gz
(install-arch-indep): Add pcl-cvs to list of info files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e9e6fe9448d..765ac6f631c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -400,7 +400,7 @@ install-arch-indep: mkdir info
chmod a+r ${infodir}/dir); \
fi; \
cd ${srcdir}/info ; \
- for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* emacs* eudc* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget*; do \
+ for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* emacs* eudc* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget* pcl-cvs; do \
(cd $${thisdir}; \
${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
chmod a+r ${infodir}/$$f); \
@@ -410,7 +410,7 @@ install-arch-indep: mkdir info
thisdir=`/bin/pwd`; \
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
then \
- for f in ada-mode autotype ccmode cl dired-x ediff efaq emacs eudc forms gnus idlwave info message mh-e reftex sc vip viper widget; do \
+ for f in ada-mode autotype ccmode cl dired-x ediff efaq emacs eudc forms gnus idlwave info message mh-e reftex sc vip viper widget pcl-cvs; do \
(cd $${thisdir}; \
${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
done; \