remove the emacs config from the Makefile

This signifficantly speeds up the compilation
This commit is contained in:
Andreas Zweili 2018-12-11 22:03:02 +01:00
parent 2973225edb
commit 6108d3a4f5
1 changed files with 1 additions and 1 deletions

View File

@ -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))"