From f631a2a09a68ef780ea74bc6738a6ccf1de6d8f0 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 16 Mar 2019 10:50:25 +0100 Subject: [PATCH] don't export the org-file when making the pdf, .tex is now the master --- projektdokumentation/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projektdokumentation/Makefile b/projektdokumentation/Makefile index 21a9a37..d58bb90 100644 --- a/projektdokumentation/Makefile +++ b/projektdokumentation/Makefile @@ -18,7 +18,7 @@ PUML_PDF=$(FIGURES_PUML:.puml=.svg) all: Projektdokumentation_Andreas_Zweili.pdf ## Build full thesis (LaTeX + figures) Projektdokumentation_Andreas_Zweili.pdf: $(SVG_PDF) $(EPS_PDF) $(DOT_PDF) $(TEX_PDF) \ - $(PUML_PDF) projekthandbuch.tex general/ibzlogo.pdf $(BIBLIOGRAPHY) + $(PUML_PDF) general/ibzlogo.pdf $(BIBLIOGRAPHY) latexmk -quiet -pdf -pdflatex="pdflatex -interaction=nonstopmode" \ -use-make $(PAPER) @@ -69,10 +69,10 @@ pictures/%.pdf: pictures/%.tex ## Figures for the manuscript pictures/%.svg: pictures/%.puml java -jar ~/bin/plantuml.jar -tsvg $< -projekthandbuch.tex: projektdokumentation.org - emacs -l general/thesis.el --batch \ - --eval="(progn (find-file \"projektdokumentation.org\") (org-latex-export-to-latex nil nil nil t))" - replace-listings.sh projektdokumentation.tex +#projekthandbuch.tex: projektdokumentation.org +# emacs -l general/thesis.el --batch \ +# --eval="(progn (find-file \"projektdokumentation.org\") (org-latex-export-to-latex nil nil nil t))" +# replace-listings.sh projektdokumentation.tex final: Projektdokumentation_Andreas_Zweili.pdf zip -r Projektdokumentation_Andreas_Zweili.zip \