aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2006-09-22 19:26:01 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2006-09-22 19:26:01 +0000
commit93afde486145989a11769246cb208e6209e34f45 (patch)
treeed73430293a3762019d25866fbfc419c383f660b /Makefile
parent8e937606022b2d17956d3824f1690edd47edc47c (diff)
Fix typo.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af1dd4e3..d7f32c78 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ PERL_SCRIPTS = lego/legotags coq/coqtags isar/isartags
PG_SCRIPTS = bin/proofgeneral
# Scripts to install to bin directory
-BIN_SCRIPTS = bin/proofgeneral lego/legotags coq/cogtags isar/isartags
+BIN_SCRIPTS = bin/proofgeneral lego/legotags coq/coqtags isar/isartags
# FIXME: would rather set load path in Elisp,
# but seems tricky to do only during compilation.