From: erg Date: Wed, 4 Jun 2008 15:32:58 +0000 (+0000) Subject: Add documentation on GVBINDIR. X-Git-Tag: LAST_LIBGRAPH~32^2~3977 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00567f26770ff450ca20dc75f51fe970771476cd;p=graphviz Add documentation on GVBINDIR. --- diff --git a/doc/info/command.html b/doc/info/command.html index 2ec3855a0..398d4717c 100644 --- a/doc/info/command.html +++ b/doc/info/command.html @@ -150,6 +150,13 @@ variables should be set when the command is run, for example,
SERVER_NAME=xxx GV_FILE_PATH="images/" dot -Tpng -o x.png x.dot +
GVBINDIR +
+Indicates which directory contains the Graphviz config file and +plug-in libraries. If it is defined, the value overrides any other +mechanism for finding this directory. If Graphviz is properly installed, +it should not be needed, though it can be useful for relocation on +platforms not running Linux or Windows. diff --git a/doc/infosrc/command.html b/doc/infosrc/command.html index 2ec3855a0..398d4717c 100644 --- a/doc/infosrc/command.html +++ b/doc/infosrc/command.html @@ -150,6 +150,13 @@ variables should be set when the command is run, for example,
SERVER_NAME=xxx GV_FILE_PATH="images/" dot -Tpng -o x.png x.dot +
GVBINDIR +
+Indicates which directory contains the Graphviz config file and +plug-in libraries. If it is defined, the value overrides any other +mechanism for finding this directory. If Graphviz is properly installed, +it should not be needed, though it can be useful for relocation on +platforms not running Linux or Windows.