diff options
author | Daniel Schadt <kingdread@gmx.de> | 2019-06-29 16:45:37 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2019-06-29 16:45:37 +0200 |
commit | a65d6f1c34737029a935f719590444d8c3921f61 (patch) | |
tree | f98fca512416b6ec87e876aebe2bc1b6a5a7ff29 /blocking/Makefile | |
parent | d1ecdd4c16fb4ad553ad50f84b9cf4c762f4d2fc (diff) | |
download | open-tt-guides-a65d6f1c34737029a935f719590444d8c3921f61.tar.gz open-tt-guides-a65d6f1c34737029a935f719590444d8c3921f61.tar.bz2 open-tt-guides-a65d6f1c34737029a935f719590444d8c3921f61.zip |
add infobox & custom styling & crimson sweet spot
Diffstat (limited to 'blocking/Makefile')
-rw-r--r-- | blocking/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blocking/Makefile b/blocking/Makefile index a604f68..e13482b 100644 --- a/blocking/Makefile +++ b/blocking/Makefile @@ -7,6 +7,7 @@ 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 all: pdf html |