Skip to content

Commit a690c40

Browse files
committed
get rid of asciidoctor submodule
1 parent 03c1348 commit a690c40

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

.gitmodules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@
7373
[submodule "tests/testrepo"]
7474
path = tests/testrepo
7575
url = [email protected]:hjwp/booktesttestrepo.git
76-
[submodule "asciidoc/asciidoctor"]
77-
path = asciidoc/asciidoctor
78-
url = https://github.com/asciidoctor/asciidoctor.git
79-
[submodule "asciidoc/asciidoctor-htmlbook"]
80-
path = asciidoc/asciidoctor-htmlbook
81-
url = https://github.com/oreillymedia/asciidoctor-htmlbook.git
8276
[submodule "source/appendix_VI_rest_api_backend/superlists"]
8377
path = source/appendix_rest_api/superlists
8478
url = [email protected]:hjwp/book-example.git

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ HTML_PAGES := $(patsubst %.asciidoc, %.html, ${SOURCES})
55
TESTS := $(patsubst %.asciidoc, test_%, ${SOURCES})
66

77
RUN_ASCIIDOCTOR = asciidoctor -a source-highlighter=pygments -a pygments-style=default -a stylesheet=asciidoctor.css -a linkcss -a icons=font -a compat-mode -a '!example-caption' -a last-update-label='License: Creative Commons <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode">CC-BY-NC-ND</a>. Last updated:'
8-
RUN_OREILLY_FLAVOURED_ASCIIDOCTOR = ./asciidoc/asciidoctor/bin/asciidoctor -v --trace -d book --safe -b htmlbook --template-dir ./asciidoc/asciidoctor-htmlbook/htmlbook
98

109
export PYTHONHASHSEED = 0
1110
export PYTHONDONTWRITEBYTECODE = 1
@@ -29,10 +28,6 @@ part%.forbook.asciidoc: part%.asciidoc
2928

3029

3130

32-
.PHONY: oreilly.%.asciidoc
33-
oreilly.%.asciidoc: %.asciidoc
34-
$(RUN_OREILLY_FLAVOURED_ASCIIDOCTOR) $(subst oreilly.,,$@)
35-
3631
book.html: part1.forbook.asciidoc
3732
book.html: part2.forbook.asciidoc
3833
book.html: part3.forbook.asciidoc

asciidoc/asciidoctor

Lines changed: 0 additions & 1 deletion
This file was deleted.

asciidoc/asciidoctor-htmlbook

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)