From 7f86bee8e708d88bd218b090eb23764ce37f50a6 Mon Sep 17 00:00:00 2001 From: Meng Weng Wong Date: Sun, 22 Jul 2018 00:14:29 -0700 Subject: explain that GF_LIB_PATH can now be a colon-separated list --- doc/gf-refman.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/gf-refman.html') diff --git a/doc/gf-refman.html b/doc/gf-refman.html index 19e943c49..e7db8829a 100644 --- a/doc/gf-refman.html +++ b/doc/gf-refman.html @@ -3204,7 +3204,10 @@ in the top of FILE.gf causes the GF compiler, when invoked on .) and the directories present, prelude, and /home/aarne/GF/tmp, in this order. If a directory DIR is not found relative to the working directory, -also $(GF_LIB_PATH)/DIR is searched. +$(GF_LIB_PATH)/DIR is searched. $GF_LIB_PATH +can be a colon-separated list of directories, in which case each directory +in the list contributes to the search path expansion. +

Alternative grammar input formats

-- cgit v1.2.3