commit 0e0b23720d4a95cb254f0cee0217c528c5bbae2c parent 3edc0e96a4a49548f181fe43c58545526a9aeb58 Author: fundamental <mark.d.mccurry@gmail.com> Date: Wed, 23 May 2012 22:42:14 -0400 Merge remote-tracking branch 'origin/bugfix/documentation' Conflicts: doc/Makefile 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 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 man: zynaddsubfx.1.txt a2x -f manpage zynaddsubfx.1.txt