diff options
author | Andreas Schwab <schwab@suse.de> | 1998-12-04 09:30:55 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-12-04 09:30:55 +0000 |
commit | d5348d667fae67bfb73ca9226f17ee63c4887f17 (patch) | |
tree | 791236b145f29f28de8bda5a7a3c60580003040b /Makefile.in | |
parent | d2d86d347d766ccdf6dfe1bf624ad744e31947cd (diff) | |
download | emacs-d5348d667fae67bfb73ca9226f17ee63c4887f17.tar.gz |
Don't install customize info
file. Run install-info on viper info file.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7aa107f94ba..dc3a7306863 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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; \ |