X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fconfiguring.texi;h=a4e9c16703b871129444ebb3a792c5f29ffcef01;hb=433586e5fef15757cd63408ae030408f1b0828dd;hp=0bb05d2c4cc4862a2dd8d1966e02823dda05c50d;hpb=72435b7315ecb4943d0c8cf4ffb04fbba695ca1d;p=pspp-builds.git diff --git a/doc/configuring.texi b/doc/configuring.texi index 0bb05d2c..a4e9c167 100644 --- a/doc/configuring.texi +++ b/doc/configuring.texi @@ -22,7 +22,7 @@ This chapter describe how to configure PSPP for your system. PSPP searches each directory in the configuration file path for most configuration files. The default configuration file path searches first -@file{~/.pspp}, then the package system configuration directory (usually +@file{$HOME/.pspp}, then the package system configuration directory (usually @file{/usr/local/etc/pspp} or @file{/etc/pspp}). The value of environment variable @env{PSPP_CONFIG_PATH}, if defined, overrides this default path. Finally, @samp{-B @var{path}} or @@ -193,7 +193,7 @@ briefly in the table below: Define a driver in terms of other drivers. @item macro definitions -Define environment variables local to the the output driver +Define environment variables local to the output driver configuration file. @item device definitions @@ -797,14 +797,19 @@ tables-capable web browsers such as Emacs' w3-mode. Its configuration is very simple. Currently, the output has a very plain format. In the future, further work may be done on improving the output appearance. -There are is only one option: +There are only a few options: @table @code @item output-file=@var{file-name} File to which output should be sent. This can be an ordinary file name (i.e., @code{"pspp.ps"}), a pipe (i.e., @code{"|lpr"}), or -stdout (@code{"-"}). Default: @code{"pspp.html"}. +stdout (@code{"-"}). Default: @file{"pspp.html"}. + +@item chart-files=@var{file-name-template} +Template for the file names used for charts, which are output in PNG +format. The name should contain a single @samp{#}, which is replaced by +the chart number. Default: @file{"pspp-#.png"}. @end table @node Miscellaneous configuring,, HTML driver class, Configuration @@ -831,7 +836,7 @@ across operating systems: @file{.} @item -@file{~/.pspp/include} +@file{$HOME/.pspp/include} @item @file{/usr/local/lib/pspp/include}