summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.in
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2007-10-16 20:41:39 +0000
committerJochen Frieling <j.frieling@pengutronix.de>2007-10-16 20:41:39 +0000
commit75c1e80dda9c9fafc3c1da1cf33ce24f1ec05f75 (patch)
tree9851f129914ee1cfc8fa6f43877269f32aa4e9ba /rules/gnuplot.in
parent87c27ec1bf62bf1825198100fe91293512783143 (diff)
downloadptxdist-75c1e80dda9c9fafc3c1da1cf33ce24f1ec05f75.tar.gz
ptxdist-75c1e80dda9c9fafc3c1da1cf33ce24f1ec05f75.tar.xz
help texts rounded off, some fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7410 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gnuplot.in')
-rw-r--r--rules/gnuplot.in17
1 files changed, 10 insertions, 7 deletions
diff --git a/rules/gnuplot.in b/rules/gnuplot.in
index 245a8cd81..eb41e38ff 100644
--- a/rules/gnuplot.in
+++ b/rules/gnuplot.in
@@ -19,15 +19,13 @@ config GNUPLOT_FITERRVARS
bool
prompt "Support for fitting error variables"
depends on GNUPLOT
- help
- FIXME: This item needs to be documented
config GNUPLOT_X
bool
prompt "X support"
depends on GNUPLOT
help
- FIXME: This item needs to be documented
+ Enable the graphical X11 user interface of GNUplot
config GNUPLOT_PLOT
bool
@@ -35,14 +33,17 @@ config GNUPLOT_PLOT
depends on GNUPLOT
depends on BROKEN
help
- FIXME: This item needs to be documented
+ If you link this program with the Unix plot library
+ (rather outdated) it will be able to generate Unix
+ plot output.
config GNUPLOT_PNG
bool
prompt "PNG support"
depends on GNUPLOT
help
- FIXME: This item needs to be documented
+ Include support for PNG (Portable Network Graphics)
+ graphics format
config GNUPLOT_GD
bool
@@ -50,7 +51,9 @@ config GNUPLOT_GD
depends on GNUPLOT
depends on BROKEN
help
- FIXME: This item needs to be documented
+ Use the GD library.
+ GD is an open source code library for the dynamic
+ creation of images.
config GNUPLOT_PDF
bool
@@ -58,5 +61,5 @@ config GNUPLOT_PDF
depends on GNUPLOT
depends on BROKEN
help
- FIXME: This item needs to be documented
+ Include support for output as PDF (Portable Document Format)