org: plantuml.jar is in the build directory

Fixes #213.

* doc/org/.dir-locals.el.in, doc/org/init.el.in: Adjust location of
plantuml.jar.
This commit is contained in:
Alexandre Duret-Lutz 2017-02-02 10:26:33 +01:00
parent 4fdaf0e14e
commit 6c6660f48f
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
(plantuml . t)
(C . t)))
(setq org-confirm-babel-evaluate nil)
(setq org-plantuml-jar-path "./plantuml.jar")
(setq org-plantuml-jar-path "@abs_top_builddir@/doc/org/plantuml.jar")
(setq org-babel-python-command "@PYTHON@")
(setq org-babel-C++-compiler "./g++wrap")
(setq shell-file-name "@SHELL@")