aboutsummaryrefslogtreecommitdiff
path: root/blocking/Makefile
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2019-07-15 15:26:10 +0200
committerDaniel Schadt <kingdread@gmx.de>2019-07-15 15:26:10 +0200
commitc61a1d1756e84066908af422288ae3772e14c0b6 (patch)
tree9993471fe2ec36bb89201680ef0b7881406c1c7b /blocking/Makefile
parentc9d759ba849f1160542957082b3a87d9a8927e2d (diff)
downloadopen-tt-guides-c61a1d1756e84066908af422288ae3772e14c0b6.tar.gz
open-tt-guides-c61a1d1756e84066908af422288ae3772e14c0b6.tar.bz2
open-tt-guides-c61a1d1756e84066908af422288ae3772e14c0b6.zip
split off common elements
this makes it easier to add new guides in the same style without needing to repeat the whole preamble.
Diffstat (limited to 'blocking/Makefile')
-rw-r--r--blocking/Makefile18
1 files changed, 2 insertions, 16 deletions
diff --git a/blocking/Makefile b/blocking/Makefile
index da7326f..c8f94b0 100644
--- a/blocking/Makefile
+++ b/blocking/Makefile
@@ -1,16 +1,2 @@
-all: pdf html
-
-pdf:
- mkdir -p build
- pdflatex -output-directory build blocking.tex
- pdflatex -output-directory build blocking.tex
-
-html:
- mkdir -p html
- make4ht -d html blocking.tex
- make4ht -d html blocking.tex
- cat custom.css >> html/blocking.css
- rm blocking.4ct blocking.4tc blocking.aux blocking.dvi blocking.idv blocking.lg blocking.log blocking.tmp blocking.xref blocking.css blocking.html
-
-
-.PHONY: all pdf html
+NAME=blocking
+include ../Makefile