From a8514f9d1847a873079f5a5060f91cb530c01863 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 4 Jul 2007 21:15:05 +0000 Subject: [PATCH] make clean; compilation in resource index --- lib/resource-1.0/Makefile | 2 +- lib/resource-1.0/doc/index.html | 7 ++++--- lib/resource-1.0/doc/index.txt | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/lib/resource-1.0/Makefile b/lib/resource-1.0/Makefile index 9e3c5d76e..d5d851d87 100644 --- a/lib/resource-1.0/Makefile +++ b/lib/resource-1.0/Makefile @@ -143,6 +143,6 @@ gfdoc: mv ../prelude/*.html doc/gfdoc clean: - -rm */*.gfc */*.gfr */*.gf~ ../*/*.gfc ../*/*.gfr ../*/*.gf~ ../*/langs.gfcm ../compiled.tgz langs.gfcm + -rm */*.gfc */*.gfr */*.gf~ ../*/*.gfc ../*/*.gfr ../*/*.gf~ ../*/langs.gfcm ../compiled.tgz diff --git a/lib/resource-1.0/doc/index.html b/lib/resource-1.0/doc/index.html index ac11dcd2b..8a6c09928 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.2

Author: Aarne Ranta <aarne (at) cs.chalmers.se>
-Last update: Wed Jul 4 23:00:32 2007 +Last update: Wed Jul 4 23:15:01 2007

@@ -126,10 +126,11 @@ For more details, see the Synopsis.

Compilation

-If you want to compile the library from scratch, use make: +If you want to compile the library from scratch, use make in the root of +the source directory:

-    cd $GF_LIB_PATH/resource-1.0
+    cd GF/lib/resource-1.0
     make
 

diff --git a/lib/resource-1.0/doc/index.txt b/lib/resource-1.0/doc/index.txt index 8e434ce1b..dd019e4b4 100644 --- a/lib/resource-1.0/doc/index.txt +++ b/lib/resource-1.0/doc/index.txt @@ -116,9 +116,10 @@ For more details, see the [Synopsis synopsis.html]. ==Compilation== -If you want to compile the library from scratch, use ``make``: +If you want to compile the library from scratch, use ``make`` in the root of +the source directory: ``` - cd $GF_LIB_PATH/resource-1.0 + cd GF/lib/resource-1.0 make ``` The ``make`` procedure does not by default make Arabic and Catalan, but you