From ab83ba5429eadc7ac36be0c111fff256b9c4ab2e Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 23 Feb 2002 19:09:09 +0000 Subject: [PATCH] add RELDIR --- panda/src/doc/ppremake-variables.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/panda/src/doc/ppremake-variables.txt b/panda/src/doc/ppremake-variables.txt index b9a8da1b39..0db52e397d 100644 --- a/panda/src/doc/ppremake-variables.txt +++ b/panda/src/doc/ppremake-variables.txt @@ -81,6 +81,13 @@ scanned: $[PATH] - The relative pathname to the current directory, from $[TOPDIR], without a trailing slash. + $[RELDIR] - This is a special variable that is similar to $[PATH] in + that it contains the relative pathname to the current directory, + but instead of being relative to $[TOPDIR] it is relative to the + current *output* directory--the directory in which the current + #output command in effect is directing its output. This value of + this variable is therefore dependant on context. + $[SUBDIRS] - A space-delimited list of source subdirectories within this source directory. These are simply directory names, without slashes; prefix each name with $[DIRPREFIX] to make them relative