Update of /cvsroot/plplot/plplot/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24255
Modified Files:
plplot-test.sh.in
Log Message:
Add the possibility of the psttf and psttfc devices
Index: plplot-test.sh.in
===================================================================
RCS file: /cvsroot/plplot/plplot/test/plplot-test.sh.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- plplot-test.sh.in 27 Apr 2005 06:44:26 -0000 1.34
+++ plplot-test.sh.in 22 Apr 2006 07:29:13 -0000 1.35
@@ -48,7 +48,7 @@
Usage: plplot-test.sh [OPTIONS]
Options:
- [--device=DEVICE] (DEVICE = one of psc [default], ps, png, gif, jpeg, cgm,
+ [--device=DEVICE] (DEVICE = one of psc [default], ps, psttf, psttfc, png, gif, jpeg, cgm,
xfig, or plmeta)
[--front-end=FE] (FE = one of c, cxx, f77, java, octave, python, tcl, or perl)
If this option is not specified, then all front-ends will
@@ -151,7 +151,7 @@
fe=""
case "$device" in
- ps|psc)
+ ps|psc|psttf|psttfc)
dsuffix=ps
options=
export dsuffix options
|