mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Add DictEst to Makefile
This commit is contained in:
@@ -29,7 +29,7 @@ lang:
|
|||||||
api:
|
api:
|
||||||
$(RUNMAKE) alltenses api
|
$(RUNMAKE) alltenses api
|
||||||
|
|
||||||
dict: DictBul DictEng DictFin DictFre DictRus DictGer DictSwe
|
dict: DictBul DictEng DictEst DictFin DictFre DictRus DictGer DictSwe
|
||||||
|
|
||||||
DictBul:
|
DictBul:
|
||||||
gf -batch bulgarian/DictBul.gf +RTS -K100M
|
gf -batch bulgarian/DictBul.gf +RTS -K100M
|
||||||
@@ -39,6 +39,10 @@ DictEng:
|
|||||||
gf -batch english/DictEng.gf +RTS -K100M
|
gf -batch english/DictEng.gf +RTS -K100M
|
||||||
cp -p english/DictEng*.gfo ../alltenses
|
cp -p english/DictEng*.gfo ../alltenses
|
||||||
|
|
||||||
|
DictEst:
|
||||||
|
gf -batch estonian/DictEst.gf +RTS -K100M
|
||||||
|
cp -p estonian/DictEst*.gfo ../alltenses
|
||||||
|
|
||||||
DictFin:
|
DictFin:
|
||||||
gf -batch finnish/DictFin.gf +RTS -K100M
|
gf -batch finnish/DictFin.gf +RTS -K100M
|
||||||
cp -p finnish/DictFin*.gfo ../alltenses
|
cp -p finnish/DictFin*.gfo ../alltenses
|
||||||
|
|||||||
Reference in New Issue
Block a user