Don't install customize info
file. Run install-info on viper info file.
This commit is contained in:
parent
06b1ea1321
commit
2861f6200a
1 changed files with 2 additions and 2 deletions
|
@ -386,7 +386,7 @@ install-arch-indep: mkdir
|
|||
chmod a+r ${infodir}/dir); \
|
||||
fi; \
|
||||
cd ${srcdir}/info ; \
|
||||
for f in ccmode* cl* customize* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \
|
||||
for f in ccmode* cl* 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); \
|
||||
|
@ -395,7 +395,7 @@ install-arch-indep: mkdir
|
|||
-thisdir=`/bin/pwd`; \
|
||||
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
|
||||
then \
|
||||
for f in ccmode cl customize dired-x ediff emacs forms gnus info message mh-e reftex sc vip widget; do \
|
||||
for f in ccmode cl dired-x ediff emacs forms gnus info message mh-e reftex sc vip viper widget; do \
|
||||
(cd $${thisdir}; \
|
||||
${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
|
||||
done; \
|
||||
|
|
Loading…
Add table
Reference in a new issue