summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-11-03 14:43:13 +0000
committerIain McGinniss <iainmcgin@gmail.com>2012-11-03 14:43:13 +0000
commitfd283b64dd8ae98f7d17d2bb5b71b3d4aa1d51c6 (patch)
tree0748e6975056c039a844a0057c4f74f63ac0aab2 /build.sh
parent79833dcccf2c02bc2a5621d534b0cbf1d941e4ef (diff)
downloadscala-fd283b64dd8ae98f7d17d2bb5b71b3d4aa1d51c6.tar.gz
scala-fd283b64dd8ae98f7d17d2bb5b71b3d4aa1d51c6.tar.bz2
scala-fd283b64dd8ae98f7d17d2bb5b71b3d4aa1d51c6.zip
conversion of classes and objects chapter
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 4cf9ea1f4e..0a396fbfee 100755
--- a/build.sh
+++ b/build.sh
@@ -6,9 +6,10 @@ cat 01-title.md \
04-identifiers-names-and-scopes.md \
05-types.md \
06-basic-declarations-and-definitions.md \
+ 07-classes-and-objects.md \
15-scala-syntax-summary.md \
16-references.md > build/ScalaReference.md
-# 07-classes-and-objects.md \
+
# 08-expressions.md \
# 09-implicit-parameters-and-views.md \
# 10-pattern-matching.md \