Mercurial > emacs
view etc/Makefile @ 82774:5c8377e7c2c6
(mostlyclean, clean, distclean, maintainer-clean): Delete these
targets since nothing uses them.
(SOURCES): Update.
Move comments to e/README. Remove license from now-trivial file.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 23 Aug 2007 03:37:47 +0000 |
parents | 2c21b6f42c61 |
children | 7d66dc1c05f4 b83d0dadb2a7 |
line wrap: on
line source
### Makefile for Emacs etc/ directory. .PHONY: unlock relock ## All non-directory files, if that matters. SOURCES = [A-Z]* *.* *-* e/* refcards/* tutorials/* \ images/README images/*.* images/*/README images/*/*.* \ images/*/*/README images/*/*/*.* unlock: chmod u+w $(SOURCES) relock: chmod u-w $(SOURCES) ## See e/README. TIC=tic e/eterm-color: e/eterm-color.ti TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm-color.ti ## arch-tag: 4261f003-cf77-4478-a10a-5284e9d8f797 ### Makefile ends here