summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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 \