summaryrefslogtreecommitdiff
path: root/support/asymptote
AgeCommit message (Collapse)AuthorFilesLines
2015-09-16Check for Asymptote not writing a PDF file.Michael Schwarz1-0/+3
If no drawing commands are called in an Asymptote script, no PDF output is created and no error is generated. This confuses the build process, which expect a target to exist after its commands were called. With this change, the Python wrapper checks whether a PDF was actually written and throws an error otherwise.
2015-09-16Compile Asymptote files in separate working dir.Michael Schwarz1-4/+11
Asymptote leaves a trail of partially cleaned-up temporary files behind it when PDFLaTeX is used. With this changes, Asymptote files are compiled in a temporary directory outside the project root.
2015-08-07Use Python script to run Asymptote.Michael Schwarz2-0/+24