From: Petter Reinholdtsen Date: Tue, 2 Aug 2022 07:47:44 +0000 (+0200) Subject: Do not mix PDF building, causes errors in references and PDF index. X-Git-Url: https://pere.pagekite.me/gitweb/text-smell-og-bang-hauge.git/commitdiff_plain/0cf5a29daa99501dcc8c1f8ce228bc64dc9f525f Do not mix PDF building, causes errors in references and PDF index. --- diff --git a/Makefile b/Makefile index c178b3c..f74347a 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,11 @@ # Dropp chapter-filene # Build book -PDFS = SLmaster-kjemi.pdf hefte-groenn.pdf images/cover-art-nb.pdf +PDFS = SLmaster-kjemi.pdf images/cover-art-nb.pdf -all: all-groenn.tex $(PDFS) +all: $(PDFS) + +hefte: all-groenn.tex hefte-groenn.pdf clean: $(RM) *.aux *.idx *.log *.bak *~ *.maf *.mtc *.mtc0 *.toc *.blg *.bbl *.ind *.ilg *.bcf *.run.xml