diff options
author | Glenn Morris <rgm@gnu.org> | 2010-05-14 17:42:22 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-05-14 17:42:22 -0700 |
commit | 02be533b2a5020338453da4957d30dde4ed2c6fb (patch) | |
tree | e3b0620dbf4796a08a863a8da5d09caf0b55b28b /leim/Makefile.in | |
parent | 78ed0efce4b9a55b2c6ed47742bfc33588627df2 (diff) | |
download | emacs-02be533b2a5020338453da4957d30dde4ed2c6fb.tar.gz |
Remove references to CVS directories etc in Makefiles.
* Makefile.in (install-arch-indep): Remove references to RCS, CVS,
and other files that no longer exist.
* leim/Makefile.in (install): Remove references to CVS-related files.
* lisp/Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
Remove references to CVS, RCS and Old directories.
* src/Makefile.in (${ns_appdir}): Remove references to CVS-related files.
Diffstat (limited to 'leim/Makefile.in')
-rw-r--r-- | leim/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index f0fba8d2462..6eb18bc76d9 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -237,8 +237,6 @@ install: all tar -chf - quail/* ja-dic \ | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ fi; \ - rm -rf ${INSTALLDIR}/CVS ${INSTALLDIR}/*/CVS; \ - rm -f ${INSTALLDIR}/.cvsignore ${INSTALLDIR}/*/.cvsignore; \ rm -f ${INSTALLDIR}/.gitignore ${INSTALLDIR}/*/.gitignore; \ rm -f ${INSTALLDIR}/.arch-inventory ${INSTALLDIR}/*/.arch-inventory; \ rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \ |