Skip to content

Commit

Permalink
Initial preface and introduction.
Browse files Browse the repository at this point in the history
  • Loading branch information
happi committed Mar 23, 2017
1 parent 3dfe907 commit 2fbd2e4
Show file tree
Hide file tree
Showing 4 changed files with 552 additions and 13 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

ABFLAGS = --backend=docbook --doctype=book --attribute=revisionhistory
adocs = book.asciidoc
# introduction.asciidoc \
# preface.asciidoc \
adocs = book.asciidoc \
preface.asciidoc \
introduction.asciidoc
# compiler.asciidoc \
# beam.asciidoc \
# beam_modules.asciidoc \
Expand All @@ -13,6 +13,7 @@ adocs = book.asciidoc
# ap-beam_instructions.asciidoc \
# opcodes_doc.asciidoc


all: beam-book.pdf

book-revhistory.xml: .git
Expand Down
13 changes: 3 additions & 10 deletions book.asciidoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
= The Erlang Runtime System

// include::preface.asciidoc[]
include::preface.asciidoc[]

// Part I

// include::introduction.asciidoc[]
include::introduction.asciidoc[]

// include::compiler.asciidoc[]

Expand Down Expand Up @@ -42,18 +42,11 @@
[[P-Running]]
= Running ERTS

// include::building.asciidoc[] - moved to ops
// include::shell.asciidoc[] - moved to ops

// include::ops.asciidoc[]

// include::crash_dumps.asciidoc[] - moved to ops
// include::debugger.asciidoc[] - moved to ops
// include::tracing.asciidoc[] - mode to ops

// include::tweak.asciidoc[]

// Appendix
// // Appendix

// include::index.asciidoc[]

Expand Down
Loading

0 comments on commit 2fbd2e4

Please sign in to comment.