Mercurial > hg > xemacs-beta
diff Makefile.in @ 76:c0c698873ce1 r20-0b33
Import from CVS: tag r20-0b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:10 +0200 |
parents | 54cc21c15cbb |
children | c7528f8e288d |
line wrap: on
line diff
--- a/Makefile.in Mon Aug 13 09:04:39 2007 +0200 +++ b/Makefile.in Mon Aug 13 09:05:10 2007 +0200 @@ -393,12 +393,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* 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; \