1
0
forked from GitHub/gf-core

explain that GF_LIB_PATH can now be a colon-separated list

This commit is contained in:
Meng Weng Wong
2018-07-22 00:14:29 -07:00
parent 8a14912ee3
commit 7f86bee8e7
2 changed files with 23 additions and 8 deletions

View File

@@ -3204,7 +3204,10 @@ in the top of <CODE>FILE.gf</CODE> causes the GF compiler, when invoked on <CODE
to search through the current directory (<CODE>.</CODE>) and the directories
<CODE>present</CODE>, <CODE>prelude</CODE>, and <CODE>/home/aarne/GF/tmp</CODE>, in this order.
If a directory <CODE>DIR</CODE> is not found relative to the working directory,
also <CODE>$(GF_LIB_PATH)/DIR</CODE> is searched.
<CODE>$(GF_LIB_PATH)/DIR</CODE> is searched. <CODE>$GF_LIB_PATH</CODE>
can be a colon-separated list of directories, in which case each directory
in the list contributes to the search path expansion.
</P>
<A NAME="toc53"></A>
<H2>Alternative grammar input formats</H2>