commit 1756fc2611e763b2a315486afb601434dfd785a6 parent dcf37e7e2ff1a256398eb0f43d4a99fcae663c17 Author: fundamental <mark.d.mccurry@gmail.com> Date: Sun, 8 Apr 2012 13:51:38 -0400 Documentation: asciidoc's latex backend -> dblatex - Fixes bug ID: 3515891 Diffstat:
M | doc/Makefile | | | 8 | +------- |
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile @@ -29,13 +29,7 @@ chunked: "./zynaddsubfx.xml" \ pdf: - asciidoc -b latex --conf-file=myconf.conf zynaddsubfx.txt - grep -v figure zynaddsubfx.tex | \ - sed -e 's~^\\includegraphics~\\par\\noindent\{\} \\includegraphics~' | \ - sed -e 's~includegraphics\[\]~includegraphics[scale=0.5]~' > tmp.tex - mv tmp.tex zynaddsubfx.tex - pdflatex zynaddsubfx.tex - pdflatex zynaddsubfx.tex + a2x -f pdf zynaddsubfx.txt clean: rm -f *~ *html *pdf *xml *tex *log zynaddsubfx.chunked/images