diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-03-21 13:20:03 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-03-21 13:20:03 +0000 |
| commit | e97e1129370bee131127877bd527f529a0bb53e8 (patch) | |
| tree | a36b2e207162b7dfa751645c0fd20f2c95914508 /src/Makefile | |
| parent | f5f230b6c0aa804c12559866faa7cbca0d6f7de3 (diff) | |
Set GF_LIB_PATH to the dist dir when building grammar-dist.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 9e3681cc4..c12de6d0f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -222,7 +222,7 @@ grammar-dist: -rm -rf $(GRAMMAR_DIST_DIR) mkdir $(GRAMMAR_DIST_DIR) cp -r ../_darcs/current/{lib,examples} $(GRAMMAR_DIST_DIR) - $(MAKE) -C $(GRAMMAR_DIST_DIR)/lib/resource-1.0 present mathematical multimodal langs + $(MAKE) GF_LIB_PATH=.. -C $(GRAMMAR_DIST_DIR)/lib/resource-1.0 show-path present mathematical multimodal langs $(TAR) -zcf $(GRAMMAR_DIST_DIR).tgz $(GRAMMAR_DIST_DIR) rm -rf $(GRAMMAR_DIST_DIR) |
