Mercurial > hg > xemacs-beta
diff Makefile.in @ 10:49a24b4fd526 r19-15b6
Import from CVS: tag r19-15b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:52 +0200 |
parents | 4b173ad71786 |
children | bcdc7deadc19 |
line wrap: on
line diff
--- a/Makefile.in Mon Aug 13 08:47:36 2007 +0200 +++ b/Makefile.in Mon Aug 13 08:47:52 2007 +0200 @@ -193,7 +193,7 @@ SUBDIR = ${MAKE_SUBDIR} man # The makefiles of the directories in $SUBDIR. -SUBDIR_MAKEFILES = lib-src/Makefile lwlib/Makefile dynodump/Makefile src/Makefile man/Makefile +SUBDIR_MAKEFILES = lib-src/Makefile lwlib/Makefile dynodump/Makefile src/Makefile # Subdirectories to install, and where they'll go. # lib-src's makefile knows how to install it, so we don't do that here. @@ -383,12 +383,7 @@ if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \ ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir ; \ fi ; \ - for f in ange-ftp* cc-mode* cl* dired* ediff* external-widget* \ - forms* gnus* hyperbole* ilisp* info* internals* \ - ispell* internals* lispref* mailcrypt* message* mh-e* \ - new-users-guide* oo-browser* pcl-cvs* psgml* rmail* \ - standards* supercite* term.* termcap* texinfo* viper* \ - vm* w3* xemacs* ; do \ + for f in *.info* ; do \ ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f ; \ chmod 0644 ${infodir}/$$f; \ gzip -9 ${infodir}/$$f; \