]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't install customize info
authorAndreas Schwab <schwab@suse.de>
Fri, 4 Dec 1998 09:30:55 +0000 (09:30 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 4 Dec 1998 09:30:55 +0000 (09:30 +0000)
file.  Run install-info on viper info file.

Makefile.in

index 7aa107f94bab251dc65df8976be643c609203b89..dc3a73068630c66b3df52816b2680088d530282e 100644 (file)
@@ -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; \