From c524127f53f1a702c2b75e6987b32a08c76f0db9 Mon Sep 17 00:00:00 2001 From: Roberto Aloi Date: Sun, 9 Apr 2017 10:06:14 +0200 Subject: [PATCH] Add HTML target to try pages pipeline --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11461c1..e9d6a9f 100755 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ adocs = book.asciidoc \ code/memory_chapter/src/share.erl -all: beam-book.pdf +all: beam-book.pdf book.html book-revhistory.xml: .git hg2revhistory.xsl ./gitlog.sh git-log.xml $@ @@ -40,6 +40,8 @@ beam-book-from-ab.xml: $(adocs)\ beam-book.pdf: beam-book-from-ab.xml book-revhistory.xml dblatex beam-book-from-ab.xml -o $@ +book.html: + asciidoc --backend=html5 --doctype=book book.asciidoc # $(subst .asciidoc,.html, $(adocs)): %.html: %.asciidoc # asciidoc -a icons -a toc2 $<