summaryrefslogtreecommitdiff
path: root/doc/quick-tech-report/Makefile
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2020-12-02 14:59:25 +0100
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2020-12-02 14:59:25 +0100
commit04ddee015bd37233cb06cda627bcf9c3df8226a9 (patch)
tree006491d0c47b1efd5f8be6efd647e333fb3f4bc8 /doc/quick-tech-report/Makefile
parent0e6fbeecf12d5176f0db75ad2752692b3c3a649d (diff)
downloadihsm-04ddee015bd37233cb06cda627bcf9c3df8226a9.tar.gz
ihsm-04ddee015bd37233cb06cda627bcf9c3df8226a9.tar.bz2
ihsm-04ddee015bd37233cb06cda627bcf9c3df8226a9.zip
Initial proofreading complete
Diffstat (limited to 'doc/quick-tech-report/Makefile')
-rw-r--r--doc/quick-tech-report/Makefile4
1 files changed, 2 insertions, 2 deletions
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