From 3f9d177990026a9eeaafeba27f7f70f4a258bdf2 Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 21 Mar 2006 13:20:03 +0000 Subject: [PATCH] Set GF_LIB_PATH to the dist dir when building grammar-dist. --- resource-1.0/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resource-1.0/Makefile b/resource-1.0/Makefile index 31a6e9ef4..36e1e8611 100644 --- a/resource-1.0/Makefile +++ b/resource-1.0/Makefile @@ -1,6 +1,9 @@ -.PHONY: all test pretest langs present mathematical multimodal compiled treebank stat gfdoc clean +.PHONY: show-path all test pretest langs present mathematical multimodal compiled treebank stat gfdoc clean -all: present mathematical multimodal langs compiled +all: show-path present mathematical multimodal langs compiled + +show-path: + @echo GF_LIB_PATH=$(GF_LIB_PATH) test: echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm