From: <ai...@us...> - 2008-12-08 19:03:53
|
Revision: 9057 http://plplot.svn.sourceforge.net/plplot/?rev=9057&view=rev Author: airwin Date: 2008-12-08 19:03:50 +0000 (Mon, 08 Dec 2008) Log Message: ----------- Add example 27 to appropriate lists. Modified Paths: -------------- trunk/examples/perl/CMakeLists.txt trunk/plplot_test/test_perl.sh.in Modified: trunk/examples/perl/CMakeLists.txt =================================================================== --- trunk/examples/perl/CMakeLists.txt 2008-12-08 19:02:48 UTC (rev 9056) +++ trunk/examples/perl/CMakeLists.txt 2008-12-08 19:03:50 UTC (rev 9057) @@ -45,6 +45,7 @@ "24" "25" "26" +"27" ) set(perl_SCRIPTS) Modified: trunk/plplot_test/test_perl.sh.in =================================================================== --- trunk/plplot_test/test_perl.sh.in 2008-12-08 19:02:48 UTC (rev 9056) +++ trunk/plplot_test/test_perl.sh.in 2008-12-08 19:03:50 UTC (rev 9057) @@ -38,10 +38,10 @@ fi if [ "@HAVE_PDL_GRAPHICS_PLPLOT_40@" = "ON" ] ; then - INDEX_LIST="01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 20 21 22 23 24 25 26" + INDEX_LIST="01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 20 21 22 23 24 25 26 27" else # For versions of PDL_GRAPHICS_PLPLOT prior to 0.40, examples - # 02, 20 and 21 don't work. + # 02, 20 and 21 don't work. Not sure about 27 so didn't include it. INDEX_LIST="01 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 22 23 24 25 26" fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |