]> mj.ucw.cz Git - moe.git/blobdiff - Makefile
Finish rename of MO-Eval to Moe
[moe.git] / Makefile
index 4b4794c36c6da95053d84dfbc5721e3db016064e..bd1c58c6f45159b503aebd3f3b4f1447637d2bd3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-# Makefile for MO-Eval
-# (c) 2008--2009 Martin Mares <mj@ucw.cz>
+# Makefile for Moe
+# (c) 2008--2012 Martin Mares <mj@ucw.cz>
 
 VERSION=1.0.99-20080220
 
@@ -20,11 +20,14 @@ include $(BUILDSYS)/Maketop
 ifdef CONFIG_UCW_LIBS
 include $(s)/ucw/Makefile
 include $(s)/sherlock/Makefile
-# Disable built-in tests of these libraries
+# Disable built-in tests and documentation of these libraries
 TESTS=
+DOCS=
+DOC_INDICES=
 endif
 
 include $(s)/box/Makefile
+include $(s)/isolate/Makefile
 include $(s)/utils/Makefile
 include $(s)/eval/Makefile
 include $(s)/judge/Makefile