diff --git a/projekthandbuch/Makefile b/projekthandbuch/Makefile index 86ca8de..067b605 100644 --- a/projekthandbuch/Makefile +++ b/projekthandbuch/Makefile @@ -68,5 +68,5 @@ pictures/%.svg: pictures/%.puml java -jar ~/bin/plantuml.jar -tsvg $< projekthandbuch.tex: projekthandbuch.org - emacs -l ~/.emacs.d/init.el --batch \ + emacs --batch \ --eval="(progn (find-file \"projekthandbuch.org\") (org-latex-export-to-latex nil nil nil t))"