|
From: <ai...@us...> - 2009-01-20 21:02:13
|
Revision: 9359
http://plplot.svn.sourceforge.net/plplot/?rev=9359&view=rev
Author: airwin
Date: 2009-01-20 21:02:02 +0000 (Tue, 20 Jan 2009)
Log Message:
-----------
Add examples 17 and 31 to the examples list that is used to generate the
website example-related files and copy the results to the website. This list
automatically controls what example source code is configured (for source
code that needs that), as well as what example plots and example thumbnails
are generated. This list also automatically controls what examples-related
files are copied to the website.
Modified Paths:
--------------
trunk/scripts/htdocs-gen_plot-examples.sh
Modified: trunk/scripts/htdocs-gen_plot-examples.sh
===================================================================
--- trunk/scripts/htdocs-gen_plot-examples.sh 2009-01-20 15:52:13 UTC (rev 9358)
+++ trunk/scripts/htdocs-gen_plot-examples.sh 2009-01-20 21:02:02 UTC (rev 9359)
@@ -81,10 +81,9 @@
# hack, x20c needs lena in the current directory
$CP examples/c/lena.pgm .
-# 14 and 17 skipped because these are interactive examples.
-# 31 skipped because the plot generated is blank.
-for exe in 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 28 29 30; do
+# 14 skipped because it requires stdin to specify the second output file
+for exe in 01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 17 18 19 20 21 22 \
+ 23 24 25 26 27 28 29 30 31; do
if [ $exe = "08" -o $exe = "16" -o $exe = "20" -o $exe = "30" ] ; then
# The default cairo graphics AA looks good for these examples now
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|