summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-10-19 20:14:04 +0100
committerIain McGinniss <iainmcgin@gmail.com>2012-10-19 20:14:04 +0100
commitf938a7c834f4abe835048063306af6010a60c73c (patch)
treeb073358771a0f4b10776043c511c29f0d4a43e47 /build.sh
parent7c16776236dcf1d34551916dedefc22cfdc3f999 (diff)
downloadscala-f938a7c834f4abe835048063306af6010a60c73c.tar.gz
scala-f938a7c834f4abe835048063306af6010a60c73c.tar.bz2
scala-f938a7c834f4abe835048063306af6010a60c73c.zip
Identifiers, Names and Scopes chapter converted. Minor CSS tweaks to
make examples and inline code look better.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index f3973b7d84..64e1b9f7c2 100755
--- a/build.sh
+++ b/build.sh
@@ -2,8 +2,8 @@
find . -name "*.md" | \
cat 01-title.md \
02-preface.md \
- 03-lexical-syntax.md > build/ScalaReference.md
-# 04-identifiers-names-and-scopes.md \
+ 03-lexical-syntax.md \
+ 04-identifiers-names-and-scopes.md > build/ScalaReference.md
# 05-types.md \
# 06-basic-declarations-and-definitions.md \
# 07-classes-and-objects.md \