Mercurial > hg > xemacs-beta
comparison Makefile.in @ 353:3b3709405255 r21-1-6
Import from CVS: tag r21-1-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:55:33 +0200 |
parents | 8429d81ab209 |
children | 182f72e8cd0d |
comparison
equal
deleted
inserted
replaced
352:e7288c5461ae | 353:3b3709405255 |
---|---|
384 if test "`(cd ${archlibdir} && $(pwd))`" != \ | 384 if test "`(cd ${archlibdir} && $(pwd))`" != \ |
385 "`(cd ./lib-src && $(pwd))`"; then \ | 385 "`(cd ./lib-src && $(pwd))`"; then \ |
386 if test -f ../Installation; then \ | 386 if test -f ../Installation; then \ |
387 ${INSTALL_DATA} ../Installation ${archlibdir}/Installation; \ | 387 ${INSTALL_DATA} ../Installation ${archlibdir}/Installation; \ |
388 fi; \ | 388 fi; \ |
389 ${INSTALL_DATA} lib-src/config.values ${archlibdir}/config.values; \ | 389 ${INSTALL_DATA} lib-src/config.values ${docdir}/config.values; \ |
390 ${INSTALL_DATA} lib-src/DOC ${docdir}/DOC; \ | 390 ${INSTALL_DATA} lib-src/DOC ${docdir}/DOC; \ |
391 for subdir in `find ${archlibdir} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; \ | 391 for subdir in `find ${archlibdir} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; \ |
392 do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \ | 392 do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \ |
393 else true; fi | 393 else true; fi |
394 ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}-${version} | 394 ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}-${version} |