Skip to content

Commit 08e3d7e

Browse files
committed
Remove the generation by direct calling of asciidoctor
In order to ensure repeatable book builds and cut down any issues concerning rendering, the build is only ensured through the installation of the required versions with bundle and the run of the Rakefile. This closes #1039
1 parent 58e1804 commit 08e3d7e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.asc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,6 @@ Converting to PDF...
3030
-- PDF output at progit.pdf
3131
----
3232

33-
An alternative to calling the `bundle` command is to call directly the `asciidoctor` command.
34-
35-
Use the following commands:
36-
37-
----
38-
$ asciidoctor progit.asc
39-
$ asciidoctor-pdf progit.asc
40-
$ asciidoctor-epub3 progit.asc
41-
$ asciidoctor-epub3 -a ebook-format=kf8 progit.asc
42-
----
43-
44-
Both use the `asciidoctor`, `asciidoctor-pdf` and `asciidoctor-epub` projects.
45-
46-
4733
== Signaling an Issue
4834

4935
Before signaling an issue, please check that there isn't already a similar one in the bug tracking system.

0 commit comments

Comments
 (0)