(install-arch-indep): install the widget info file.
This commit is contained in:
parent
ba7fbe9273
commit
5d2e94381b
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,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*; do \
|
||||
for f in ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* sc* vip* widget*; do \
|
||||
(cd $${thisdir}; \
|
||||
${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
|
||||
chmod a+r ${infodir}/$$f); \
|
||||
|
|
Loading…
Add table
Reference in a new issue