mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-03 20:24:29 +00:00
(install-arch-indep): Update list of installed info
files.
This commit is contained in:
parent
4ad5da8fd1
commit
16feb35041
@ -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* pcl-cvs; do \
|
||||
for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* emacs* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* vip* widget* woman*; 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 pcl-cvs; do \
|
||||
for f in ada-mode autotype ccmode cl dired-x ebrowse ediff efaq emacs emacs-mime eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc vip viper widget woman; do \
|
||||
(cd $${thisdir}; \
|
||||
${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
|
||||
done; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user