summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-10-27 00:53:00 +0100
committerIain McGinniss <iainmcgin@gmail.com>2012-10-27 00:53:00 +0100
commit79833dcccf2c02bc2a5621d534b0cbf1d941e4ef (patch)
treea00019cc9cc8053c908cbcb991468764fc0a92a4 /build.sh
parentb871ec64991cf242e26d81d59a6844267ea4f4f5 (diff)
downloadscala-79833dcccf2c02bc2a5621d534b0cbf1d941e4ef.tar.gz
scala-79833dcccf2c02bc2a5621d534b0cbf1d941e4ef.tar.bz2
scala-79833dcccf2c02bc2a5621d534b0cbf1d941e4ef.zip
converted syntax summary
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 472be4726a..4cf9ea1f4e 100755
--- a/build.sh
+++ b/build.sh
@@ -6,6 +6,7 @@ cat 01-title.md \
04-identifiers-names-and-scopes.md \
05-types.md \
06-basic-declarations-and-definitions.md \
+ 15-scala-syntax-summary.md \
16-references.md > build/ScalaReference.md
# 07-classes-and-objects.md \
# 08-expressions.md \
@@ -15,7 +16,7 @@ cat 01-title.md \
# 12-xml-expressions-and-patterns.md \
# 13-user-defined-annotations.md \
# 14-the-scala-standard-library.md \
-# 15-scala-syntax-summary.md \
+
pandoc -f markdown \
-t html5 \