Skip to content

Commit

Permalink
Enable font icons
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Apr 17, 2017
1 parent 902f803 commit 13393a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ beam-book.pdf: xml/beam-book-from-ab.xml
dblatex $(DBLATEX_OPTS) xml/beam-book-from-ab.xml -o $@

index.html:
asciidoctor -r asciidoctor-diagram --backend=html5 --doctype=book -a icons -a toc2 -o site/index.html book.asciidoc
asciidoctor -r asciidoctor-diagram --backend=html5 --doctype=book -a icons=font -a toc2 -o site/index.html book.asciidoc

code/book/ebin/generate_op_doc.beam: code/book/src/generate_op_doc.erl
erlc -o $(dir $@) $<
Expand Down

0 comments on commit 13393a9

Please sign in to comment.