Skip to content

Commit

Permalink
No more collaborators or revhistory in the PDF, various cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Apr 12, 2017
1 parent 233ab31 commit 8b90dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 333 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ adocs = book.asciidoc \
code/memory_chapter/src/lb.erl \
code/memory_chapter/src/send.erl \
code/memory_chapter/src/share.erl
DBLATEX_OPTS = -P latex.output.revhistory=0 -P doc.collab.show=0

all: beam-book.pdf book.html

Expand All @@ -38,7 +39,7 @@ xml/beam-book-from-ab.xml: $(adocs)
asciidoc $(ABFLAGS) -o $@ book.asciidoc

beam-book.pdf: xml/beam-book-from-ab.xml
dblatex xml/beam-book-from-ab.xml -o $@
dblatex $(DBLATEX_OPTS) xml/beam-book-from-ab.xml -o $@

book.html:
asciidoc --backend=html5 --doctype=book book.asciidoc
Expand Down
332 changes: 0 additions & 332 deletions xml/git-log.xml

This file was deleted.

0 comments on commit 8b90dd9

Please sign in to comment.