branch: externals/caml
commit eec33515b6d7752e0108b42d31d518a9eeaf2f76
Author: Damien Doligez <damien.doligez-inria.fr>
Commit: Damien Doligez <damien.doligez-inria.fr>
do byte-compile file caml-font.el
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12842
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 957a9fa..5fad5e3 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ COMPILECMD=(progn \
(byte-compile-file "inf-caml.el") \
(byte-compile-file "caml-help.el") \
(byte-compile-file "caml-types.el") \
+ (byte-compile-file "caml-font.el") \
(byte-compile-file "camldebug.el"))
install: