forked from GitHub/gf-core
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
|
||||
|
||||
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
|
||||
|
||||
@@ -156,7 +156,8 @@ gfdoc:
|
||||
cp */Irreg???.gf doc/gfdoc
|
||||
mv ../prelude/*.html doc/gfdoc
|
||||
|
||||
gf3: gf3present gf3alltenses
|
||||
gf3:
|
||||
export GF_LIB_PATH=..; $(MAKE) -e gf3present gf3alltenses
|
||||
|
||||
gf3alltenses:
|
||||
# $(GFNew) arabic/GrammarAra.gf
|
||||
|
||||
Reference in New Issue
Block a user