mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
make clean; compilation in resource index
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<P ALIGN="center"><CENTER><H1>GF Resource Grammar Library v. 1.2</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR>
|
||||
Last update: Wed Jul 4 23:00:32 2007
|
||||
Last update: Wed Jul 4 23:15:01 2007
|
||||
</FONT></CENTER>
|
||||
|
||||
<P>
|
||||
@@ -126,10 +126,11 @@ For more details, see the <A HREF="synopsis.html">Synopsis</A>.
|
||||
</P>
|
||||
<H2>Compilation</H2>
|
||||
<P>
|
||||
If you want to compile the library from scratch, use <CODE>make</CODE>:
|
||||
If you want to compile the library from scratch, use <CODE>make</CODE> in the root of
|
||||
the source directory:
|
||||
</P>
|
||||
<PRE>
|
||||
cd $GF_LIB_PATH/resource-1.0
|
||||
cd GF/lib/resource-1.0
|
||||
make
|
||||
</PRE>
|
||||
<P>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user