summaryrefslogtreecommitdiff
path: root/doc/quick-tech-report/Makefile
diff options
context:
space:
mode:
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