diff options
author | Daniel Schadt <kingdread@gmx.de> | 2019-07-15 15:26:10 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2019-07-15 15:26:10 +0200 |
commit | c61a1d1756e84066908af422288ae3772e14c0b6 (patch) | |
tree | 9993471fe2ec36bb89201680ef0b7881406c1c7b /blocking/Makefile | |
parent | c9d759ba849f1160542957082b3a87d9a8927e2d (diff) | |
download | open-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/Makefile | 18 |
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 |