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