zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 466b29a76dfc3868fd91c3f6e17985d479dff451
parent 2400e883942b64c468849b17707082d57774a39f
Author: Joseph Herlant <[email protected]>
Date:   Wed, 14 Mar 2018 16:07:58 -0700

Migrate from asciidoc to asciidoctor to generate the documentation

Diffstat:
Mdoc/Makefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile @@ -8,12 +8,12 @@ gen-files: xhtml: zynaddsubfx.txt envelope.txt intro.txt lfo.txt - asciidoc -a numbered -a toc -b html5 \ + asciidoctor -a numbered -a toc -b html5 \ -a latexmath \ zynaddsubfx.txt chunked: - asciidoc --doctype=article -b docbook \ + asciidoctor --doctype=article -b docbook5 \ zynaddsubfx.txt rm -rf ./zynaddsubfx.chunked mkdir ./zynaddsubfx.chunked @@ -30,10 +30,10 @@ chunked: "./zynaddsubfx.xml" \ pdf: - a2x -f pdf zynaddsubfx.txt + asciidoctor-pdf zynaddsubfx.txt man: zynaddsubfx.1.txt - a2x -f manpage zynaddsubfx.1.txt + asciidoctor -b manpage zynaddsubfx.1.txt clean: rm -f *~ *html *pdf *xml *tex *log zynaddsubfx.chunked/images