From 04ddee015bd37233cb06cda627bcf9c3df8226a9 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 2 Dec 2020 14:59:25 +0100 Subject: Initial proofreading complete --- doc/quick-tech-report/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/quick-tech-report/Makefile') diff --git a/doc/quick-tech-report/Makefile b/doc/quick-tech-report/Makefile index 259f303..a2c5f12 100644 --- a/doc/quick-tech-report/Makefile +++ b/doc/quick-tech-report/Makefile @@ -14,7 +14,7 @@ VERSION_STRING := $(shell git describe --tags --long --dirty) all: ${main_tex}.pdf -%.pdf: %.tex %.bib version.tex +%.pdf: %.tex rotohsm.bib version.tex pdflatex -shell-escape $< biber $* pdflatex -shell-escape $< @@ -23,7 +23,7 @@ all: ${main_tex}.pdf preview: pdflatex -shell-escape ${main_tex}.tex -version.tex: ${main_tex}.tex ${main_tex}.bib +version.tex: ${main_tex}.tex rotohsm.bib echo "${VERSION_STRING}" > $@ resources/%.pdf: $(LAB_PATH)/%.ipynb -- cgit