summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Ludovino <dllud@riseup.net>2019-07-27 05:10:17 +0200
committerDavid Ludovino <dllud@riseup.net>2019-07-27 05:10:17 +0200
commitc5be7ffd5a0e0661a482fbd02f79b6fcde74e159 (patch)
tree2c53f14178c1cfd0a5370a4c74ddb249e77e14eb /Makefile
downloadgraphics-presentation-c5be7ffd5a0e0661a482fbd02f79b6fcde74e159.tar.gz
graphics-presentation-c5be7ffd5a0e0661a482fbd02f79b6fcde74e159.tar.bz2
graphics-presentation-c5be7ffd5a0e0661a482fbd02f79b6fcde74e159.zip
Initial commitHEADmaster
First version of graphics acceleration presentation. JIT for July 2019 Replicant contributor meeting. Co-authored-by: Ricardo 'Grim' Cabrita <grimkriegor@krutt.org> Signed-off-by: David Ludovino <dllud@riseup.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c1de437
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,16 @@
+TEXFLAGS ?= -halt-on-error -output-format pdf -output-directory output --shell-escape
+TITLE = graphics
+
+.PHONY: all clean
+
+all: output/$(TITLE).pdf
+
+output:
+ mkdir output
+
+output/$(TITLE).pdf: $(TITLE).tex img/Mesa_layers_of_crap_2016.svg output
+ pdflatex $(TEXFLAGS) '\providecommand\locale{en}\input{$(TITLE).tex}'
+ pdflatex $(TEXFLAGS) '\providecommand\locale{en}\input{$(TITLE).tex}'
+
+clean:
+ rm -rf output svg-inkscape