aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-01 01:27:53 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-01 01:27:53 +0000
commit40b42de6ab1b0641324e7d583edfd1fa867fc919 (patch)
treef09954061df8f84c3b26436e758eb271e29277f3 /Makefile
parent91c52b09934b2f2ab9a93b58a6a177dc0edab1ac (diff)
Comment.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d7f0313..241b24f2 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,8 @@ install-elisp: install-el install-elc
# i.e. images, x-symbol. FIXME: we could put these elsewhere, but
# then we would need to adjust paths in proof-site.el.
# FIXME 2: should deal with x-symbol properly and avoid duplication
-# with images
+# with images, and also to avoid including .elc and .el files in
+# x-symbol subdirectory.
install-el:
mkdir -p ${ELISP}
for f in ${ELISP_DIRS} ${EXTRA_DIRS}; do mkdir -p ${ELISP}/$$f; done