diff --git a/lib/compiled.tgz b/lib/compiled.tgz index 0ec1c4d8b..4beb159fe 100644 Binary files a/lib/compiled.tgz and b/lib/compiled.tgz differ diff --git a/lib/resource-1.0/Makefile b/lib/resource-1.0/Makefile index 0092545e6..91e08f4d6 100644 --- a/lib/resource-1.0/Makefile +++ b/lib/resource-1.0/Makefile @@ -1,4 +1,4 @@ -all: present mathematical multimodal langs +all: present mathematical multimodal langs compiled test: echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm @@ -18,7 +18,10 @@ mathematical: multimodal: gf -make -nocf -preproc=./mkPresent multimodal/Multimodal???.gf - mv multimodal/*.gfc ../multimodal + mv multimodal/*.gfc multimodal/*.gfr ../multimodal + +compiled: + cd .. ; tar cvfz compiled.tgz alltenses/ mathematical/ multimodal/ present/ stat: wc */*.gfc diff --git a/lib/resource-1.0/doc/index.html b/lib/resource-1.0/doc/index.html index 4bf170d26..edc54f426 100644 --- a/lib/resource-1.0/doc/index.html +++ b/lib/resource-1.0/doc/index.html @@ -7,7 +7,7 @@

GF Resource Grammar Library v. 1.0

Author: Aarne Ranta <aarne (at) cs.chalmers.se>
-Last update: Sat Feb 25 23:18:51 2006 +Last update: Tue Feb 28 15:53:00 2006

@@ -38,6 +38,14 @@ and how much has been implemented

Using the library

+The simplest way to get the library is to install the precompiled version +lib/compiled.tgz. Just do +

+
+    cd GF/lib
+    tar tvfz compiled.tgz
+
+

There is no need to link application grammars to the source directories of the library. Use one (or several) of the following packages instead:

@@ -141,6 +149,6 @@ The documentation of the individual modules: - +