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 | 2861f6200a71673201fe1880cc501521bed693bd (patch) | |
tree | 170587583c09f1e7298c2ebf53fbb40d0a21b245 /Makefile.in | |
parent | 06b1ea13218022fc9a85a1b923abbc319b66a86d (diff) | |
download | emacs-2861f6200a71673201fe1880cc501521bed693bd.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; \ |