summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-04-19 10:50:35 +0100
committerYann Herklotz <git@yannherklotz.com>2022-04-19 10:50:35 +0100
commit034ed5f9bd712f59726d8f9ecf96ae4799735ed4 (patch)
tree006ec5e7b6f67c7917ba527bb60656f61b46c19d /Makefile
parentcd960912fc526bcca77108f7a9756cd48de0476f (diff)
downloadlsr22_fvhls-034ed5f9bd712f59726d8f9ecf96ae4799735ed4.tar.gz
lsr22_fvhls-034ed5f9bd712f59726d8f9ecf96ae4799735ed4.zip
Fix layout and numbering of figures
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25f3414..55c4e4f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,13 @@
all: main.pdf
+main.pdf: figures/timing-1.pdf figures/timing-2.pdf
+
+figures/%.pdf: figures/%.tex
+ latexmk -pdf -shell-escape $<
+ cp $(notdir $@) $@ || true
+
# silent structure,structures,pages,resolvers,open source,close source,loading,modules
%.pdf: %.tex
context --nonstopmode --silent='*' $<
- mv $(notdir $@) $@
+ cp $(notdir $@) $@ || true