From 0d75dcc8824db5d62190ace4dd0706752a8e6c07 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 12 Sep 2007 06:58:49 +0000 Subject: (SOURCES, unlock, relock): Delete. --- etc/ChangeLog | 4 ++++ etc/Makefile | 13 ------------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index 8c088e2813d..bc83de820a9 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2007-09-12 Glenn Morris + + * Makefile (SOURCES, unlock, relock): Delete. + 2007-09-10 Micha,Ak(Bl Cadilhac * NEWS: Document the interactive specification for C functions. diff --git a/etc/Makefile b/etc/Makefile index 406c4b51222..ab3bffd2a51 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,18 +1,5 @@ ### 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 -- cgit v1.2.1