aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2007-09-12 07:01:46 +0000
committerGlenn Morris2007-09-12 07:01:46 +0000
commita3372e09676753438a3f6260e3230cc490c3736a (patch)
treef58389c2ab79d9008b2a006f8ac0a6b751a53db5 /etc
parent50919dad15664b5d767206b3b240a658c0b8e557 (diff)
downloademacs-a3372e09676753438a3f6260e3230cc490c3736a.tar.gz
emacs-a3372e09676753438a3f6260e3230cc490c3736a.zip
Delete file (last info moved to e/README).
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/Makefile b/etc/Makefile
deleted file mode 100644
index ab3bffd2a51..00000000000
--- a/etc/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
1### Makefile for Emacs etc/ directory.
2
3## See e/README.
4TIC=tic
5e/eterm-color: e/eterm-color.ti
6 TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm-color.ti
7
8## arch-tag: 4261f003-cf77-4478-a10a-5284e9d8f797
9### Makefile ends here