mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Set GF_LIB_PATH to .. in resource-1.0/Makefile to find Prelude.
This commit is contained in:
@@ -27,7 +27,7 @@ GFCCP=$(GFCC) -preproc=./mkPresent
|
|||||||
.PHONY: show-path all prelude test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean api
|
.PHONY: show-path all prelude test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean api
|
||||||
|
|
||||||
new:
|
new:
|
||||||
export GF='../../bin/gf -s' ; make -e all
|
export GF='../../bin/gf -s' ; export GF_LIB_PATH='..'; make -e all
|
||||||
|
|
||||||
all: chmod show-path prelude present alltenses mathematical api langs compiled
|
all: chmod show-path prelude present alltenses mathematical api langs compiled
|
||||||
|
|
||||||
@@ -156,7 +156,8 @@ gfdoc:
|
|||||||
cp */Irreg???.gf doc/gfdoc
|
cp */Irreg???.gf doc/gfdoc
|
||||||
mv ../prelude/*.html doc/gfdoc
|
mv ../prelude/*.html doc/gfdoc
|
||||||
|
|
||||||
gf3: gf3present gf3alltenses
|
gf3:
|
||||||
|
export GF_LIB_PATH=..; $(MAKE) -e gf3present gf3alltenses
|
||||||
|
|
||||||
gf3alltenses:
|
gf3alltenses:
|
||||||
# $(GFNew) arabic/GrammarAra.gf
|
# $(GFNew) arabic/GrammarAra.gf
|
||||||
|
|||||||
Reference in New Issue
Block a user