diff --git a/index.html b/index.html
index a517c7ce7..6512527d1 100644
--- a/index.html
+++ b/index.html
@@ -61,9 +61,9 @@ July 8, 2007.
July 8, 2007. GF 2.8 released. Some highlights:
- Resource Grammar Library v 1.2: synopsis.
-
- New version of href="doc/tutorial/gf-tutorial2.html">tutorial,
+
- New version of tutorial,
now with exercises and also as a
- href="doc/tutorial/gf-tutorial2.pdf">pdf file,
+ pdf file,
- new speech formats
- better semantics of variants
- lots of bug fixes
diff --git a/src/Makefile b/src/Makefile
index ddab0dd43..e59eb2c28 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -253,7 +253,7 @@ grammar-dist:
-rm -rf $(GRAMMAR_DIST_DIR)
mkdir $(GRAMMAR_DIST_DIR)
cp -r ../_darcs/current/{lib,examples} $(GRAMMAR_DIST_DIR)
- $(MAKE) GF_LIB_PATH=.. -C $(GRAMMAR_DIST_DIR)/lib/resource-1.0 show-path present mathematical multimodal langs
+ $(MAKE) GF_LIB_PATH=.. -C $(GRAMMAR_DIST_DIR)/lib/resource-1.0 show-path prelude present alltenses mathematical api multimodal langs
$(TAR) -zcf $(GRAMMAR_DIST_DIR).tgz $(GRAMMAR_DIST_DIR)
rm -rf $(GRAMMAR_DIST_DIR)