mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 18:58:56 -06:00
make clean; compilation in resource index
This commit is contained in:
@@ -143,6 +143,6 @@ gfdoc:
|
|||||||
mv ../prelude/*.html doc/gfdoc
|
mv ../prelude/*.html doc/gfdoc
|
||||||
|
|
||||||
clean:
|
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>
|
<P ALIGN="center"><CENTER><H1>GF Resource Grammar Library v. 1.2</H1>
|
||||||
<FONT SIZE="4">
|
<FONT SIZE="4">
|
||||||
<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR>
|
<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>
|
</FONT></CENTER>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
@@ -126,10 +126,11 @@ For more details, see the <A HREF="synopsis.html">Synopsis</A>.
|
|||||||
</P>
|
</P>
|
||||||
<H2>Compilation</H2>
|
<H2>Compilation</H2>
|
||||||
<P>
|
<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>
|
</P>
|
||||||
<PRE>
|
<PRE>
|
||||||
cd $GF_LIB_PATH/resource-1.0
|
cd GF/lib/resource-1.0
|
||||||
make
|
make
|
||||||
</PRE>
|
</PRE>
|
||||||
<P>
|
<P>
|
||||||
|
|||||||
@@ -116,9 +116,10 @@ For more details, see the [Synopsis synopsis.html].
|
|||||||
|
|
||||||
==Compilation==
|
==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
|
make
|
||||||
```
|
```
|
||||||
The ``make`` procedure does not by default make Arabic and Catalan, but you
|
The ``make`` procedure does not by default make Arabic and Catalan, but you
|
||||||
|
|||||||
Reference in New Issue
Block a user