|
From: <ai...@us...> - 2010-07-23 05:32:16
|
Revision: 11100
http://plplot.svn.sourceforge.net/plplot/?rev=11100&view=rev
Author: airwin
Date: 2010-07-23 05:32:08 +0000 (Fri, 23 Jul 2010)
Log Message:
-----------
Ada examples now copied directly from source tree since they are no
longer configured.
This concludes the changes that I believe are necessary
due to the new non-configured approach to Ada source files that has
been initiated by Jerry.
N.B. this last change will remain untested until the
next attempt to generate the website, but I believe it
will be fine since the change is so simple.
Modified Paths:
--------------
trunk/scripts/htdocs-gen_plot-examples.sh
Modified: trunk/scripts/htdocs-gen_plot-examples.sh
===================================================================
--- trunk/scripts/htdocs-gen_plot-examples.sh 2010-07-23 05:20:18 UTC (rev 11099)
+++ trunk/scripts/htdocs-gen_plot-examples.sh 2010-07-23 05:32:08 UTC (rev 11100)
@@ -128,11 +128,11 @@
rm -rf $EXDIR/demo${exe}
mkdir -p $EXDIR/demo${exe}
mv *${exe}.??.png $EXDIR/demo${exe}
- # Note both Ada and fortran 77 examples grabbed from the installed
+ # Note configured fortran 77 examples must be grabbed from the installed
# examples.
for f in \
- $cexamples_dir/../ada/x${exe}a.adb \
- $cexamples_dir/../ada/xthick${exe}a.adb \
+ examples/ada/x${exe}a.adb \
+ examples/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.
|