aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Hsiao <luke@hsiao.dev>2021-06-06 07:49:38 -0600
committerLuke Hsiao <luke@hsiao.dev>2021-06-06 07:51:26 -0600
commit580d7f6598dad93efe42dc389c1a96847babe5ab (patch)
tree7baf638f49cfef1c4e0dbc5b6a844db68a770b21 /Makefile
parentf5cc54855d9635c31b66b1831d80447bcd298319 (diff)
downloadav-instructions-580d7f6598dad93efe42dc389c1a96847babe5ab.tar.gz
av-instructions-580d7f6598dad93efe42dc389c1a96847babe5ab.tar.zst
av-instructions-580d7f6598dad93efe42dc389c1a96847babe5ab.zip
content: add note on live transcription
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0088b67..f8526ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: build/cheatsheet.pdf
build/cheatsheet.pdf: cheatsheet.tex $(wildcard src/*.tex) $(wildcard src/**/*.tex) $(wildcard *.sty) $(wildcard *.bib) $(wildcard fig/*.*)
- mkdir -p build && tectonic --print -o build $<
+ mkdir -p build && tectonic -o build $<
fmt: cheatsheet.bib
bibtex-tidy --align 0 --duplicates --curly --wrap 100 --numeric --remove-empty-fields --sort --sort-fields --space 4 --trailing-commas --no-backup $<