aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 13:11:08 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 13:11:08 +0000
commit9380826cafa88a7248b24bf0e63e75b8e5a74082 (patch)
treea7b8b1ff2683a86484615b965b8dbb688918cb92
parentf4c29ba3edea8955102ac5bec9f00d5946971f28 (diff)
Removed file
-rw-r--r--Makefile.devel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel
index 4ee64b53..a6474798 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -229,7 +229,7 @@ alldist: distcompile distdocs
TAGS_EXTRAS=x-symbol/lisp/*.el
ETAGS=etags
tags: $(EL) $(TAGS_EXTRAS)
- $(ETAGS) $(EL) $(TAGS_EXTRAS) TODO.developer doc/ProofGeneral.texi doc/PG-adapting.texi > TAGS
+ $(ETAGS) $(EL) $(TAGS_EXTRAS) doc/ProofGeneral.texi doc/PG-adapting.texi > TAGS
############################################################