Section numbering & source code syntax highlighting added
This commit is contained in:
parent
114f54b808
commit
454105c4d7
4 changed files with 10 additions and 8 deletions
4
Makefile
4
Makefile
|
@ -13,10 +13,10 @@ build-snippets:
|
|||
src/*.c src/*.cpp src/*.java src/*.py src/*.go src/*.sh
|
||||
|
||||
build-manual: build-snippets
|
||||
cd en-US && asciidoctor master.adoc
|
||||
cd en-US && asciidoctor -n master.adoc
|
||||
|
||||
build-manual-html: build-snippets
|
||||
cd en-US && asciidoctor master.adoc
|
||||
cd en-US && asciidoctor -n master.adoc
|
||||
|
||||
build-manual-epub: build-snippets
|
||||
false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue