We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e64169 commit ec7ef43Copy full SHA for ec7ef43
Gemfile
@@ -2,4 +2,5 @@ source "https://rubygems.org"
2
3
gem "asciidoctor"
4
gem "asciidoctor-pdf"
5
-gem "rouge"
+gem "rouge"
6
+gem "asciidoctor-epub3", "~> 1.5"
Makefile
@@ -9,6 +9,10 @@ MAKEFLAGS += --no-builtin-rules
9
book:
10
bundle exec asciidoctor-pdf -a source-highlighter=rouge book/book.adoc --o from-javascript-to-rust.pdf
11
12
+.PHONY: book-epub
13
+book-epub:
14
+ bundle exec asciidoctor-epub3 -a source-highlighter=rouge book/book.adoc --o from-javascript-to-rust.epub
15
+
16
.PHONY: deps
17
deps:
18
bundle install
from-javascript-to-rust.epub
8.14 MB
0 commit comments