summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-10-22 22:37:17 +0100
committerIain McGinniss <iainmcgin@gmail.com>2012-10-22 22:37:17 +0100
commita805b0461be6cff86153cf82f1ec298bacba00a8 (patch)
tree39a95d7da37120201997fcfdc6b22cf67dc1226f /build.sh
parent7d50d8f26692fdf588d8dbca18095878f03a6abd (diff)
downloadscala-a805b0461be6cff86153cf82f1ec298bacba00a8.tar.gz
scala-a805b0461be6cff86153cf82f1ec298bacba00a8.tar.bz2
scala-a805b0461be6cff86153cf82f1ec298bacba00a8.zip
interim commit of conversion of types chapter
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index 64e1b9f7c2..541256d468 100755
--- a/build.sh
+++ b/build.sh
@@ -3,8 +3,8 @@ find . -name "*.md" | \
cat 01-title.md \
02-preface.md \
03-lexical-syntax.md \
- 04-identifiers-names-and-scopes.md > build/ScalaReference.md
-# 05-types.md \
+ 04-identifiers-names-and-scopes.md \
+ 05-types.md > build/ScalaReference.md
# 06-basic-declarations-and-definitions.md \
# 07-classes-and-objects.md \
# 08-expressions.md \
@@ -24,11 +24,12 @@ pandoc -f markdown \
--number-sections \
--bibliography=Scala.bib \
--template=resources/scala-ref-template.html5 \
- --self-contained \
- --mathml \
+ --mathjax \
-o build/ScalaReference.html \
build/ScalaReference.md
+cp -Rf resources build/
+
# pdf generation - not working yet
#pandoc -f markdown \
# --standalone \