comparison 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
comparison
equal deleted inserted replaced
9:6f2bbbbbe05a 10:49a24b4fd526
191 191
192 # Subdirectories that can be made recursively. 192 # Subdirectories that can be made recursively.
193 SUBDIR = ${MAKE_SUBDIR} man 193 SUBDIR = ${MAKE_SUBDIR} man
194 194
195 # The makefiles of the directories in $SUBDIR. 195 # The makefiles of the directories in $SUBDIR.
196 SUBDIR_MAKEFILES = lib-src/Makefile lwlib/Makefile dynodump/Makefile src/Makefile man/Makefile 196 SUBDIR_MAKEFILES = lib-src/Makefile lwlib/Makefile dynodump/Makefile src/Makefile
197 197
198 # Subdirectories to install, and where they'll go. 198 # Subdirectories to install, and where they'll go.
199 # lib-src's makefile knows how to install it, so we don't do that here. 199 # lib-src's makefile knows how to install it, so we don't do that here.
200 # When installing the info files, we need to do special things to 200 # When installing the info files, we need to do special things to
201 # avoid nuking an existing dir file, so we don't do that here; 201 # avoid nuking an existing dir file, so we don't do that here;
381 then \ 381 then \
382 (cd ${srcdir}/info ; \ 382 (cd ${srcdir}/info ; \
383 if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \ 383 if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
384 ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir ; \ 384 ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir ; \
385 fi ; \ 385 fi ; \
386 for f in ange-ftp* cc-mode* cl* dired* ediff* external-widget* \ 386 for f in *.info* ; do \
387 forms* gnus* hyperbole* ilisp* info* internals* \
388 ispell* internals* lispref* mailcrypt* message* mh-e* \
389 new-users-guide* oo-browser* pcl-cvs* psgml* rmail* \
390 standards* supercite* term.* termcap* texinfo* viper* \
391 vm* w3* xemacs* ; do \
392 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f ; \ 387 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f ; \
393 chmod 0644 ${infodir}/$$f; \ 388 chmod 0644 ${infodir}/$$f; \
394 gzip -9 ${infodir}/$$f; \ 389 gzip -9 ${infodir}/$$f; \
395 done); \ 390 done); \
396 else true; fi 391 else true; fi