|
From: <ai...@us...> - 2009-01-06 02:22:10
|
Revision: 9254
http://plplot.svn.sourceforge.net/plplot/?rev=9254&view=rev
Author: airwin
Date: 2009-01-06 01:49:40 +0000 (Tue, 06 Jan 2009)
Log Message:
-----------
Add Ada thick example source files to the set of Ada source files that are
copied to the website. Additional php changes will be required to actually
allow users to view these thick example source files.
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-05 11:15:52 UTC (rev 9253)
+++ trunk/scripts/htdocs-gen_plot-examples.sh 2009-01-06 01:49:40 UTC (rev 9254)
@@ -123,6 +123,7 @@
# examples.
for f in \
$cexamples_dir/../ada/x${exe}a.adb \
+ $cexamples_dir/../ada/xthick${exe}a.adb \
examples/c/x${exe}c.c \
examples/c++/x${exe}.cc \
$cexamples_dir/../f77/x${exe}f.f \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|