summaryrefslogtreecommitdiff
path: root/support/scripts
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-02-21 12:52:53 +0000
committermichelou <michelou@epfl.ch>2005-02-21 12:52:53 +0000
commit737ceb1e9a0d4f6580742c7d8d038b196270c2ce (patch)
tree56237de08ca76accbbd26ff59da7246372f8d4c6 /support/scripts
parenta7dfe53e15dda7f296ce43ec19e3557406ccabf2 (diff)
downloadscala-737ceb1e9a0d4f6580742c7d8d038b196270c2ce.tar.gz
scala-737ceb1e9a0d4f6580742c7d8d038b196270c2ce.tar.bz2
scala-737ceb1e9a0d4f6580742c7d8d038b196270c2ce.zip
- added 2 monad examples to the Scala website.
Diffstat (limited to 'support/scripts')
-rw-r--r--support/scripts/website.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/scripts/website.sh b/support/scripts/website.sh
index d5bc777180..18e15ac74c 100644
--- a/support/scripts/website.sh
+++ b/support/scripts/website.sh
@@ -382,9 +382,12 @@ function website-build() {
run cp -a "$resourcesdir/doc/test.il.txt" "$websitedir/doc/";
# copy old Scala examples
+ run cp -a "$resourcesdir/examples/addressbook.html" "$websitedir/examples/";
+ run cp -a "$resourcesdir/examples/callccInterpreter.html" "$websitedir/examples/";
run cp -a "$resourcesdir/examples/fors.html" "$websitedir/examples/";
run cp -a "$resourcesdir/examples/patterns.html" "$websitedir/examples/";
run cp -a "$resourcesdir/examples/random.html" "$websitedir/examples/";
+ run cp -a "$resourcesdir/examples/simpleInterpreter.html" "$websitedir/examples/";
run cp -a "$resourcesdir/examples/sort.html" "$websitedir/examples/";
run cp -a "$resourcesdir/examples/timeofday.html" "$websitedir/examples/";
}