summaryrefslogtreecommitdiff
path: root/latex/Makefile
diff options
context:
space:
mode:
authorPrefetch2021-02-24 09:54:20 +0100
committerPrefetch2021-02-24 09:54:20 +0100
commitff039a8d60e81c771dab31c72d349ef9560c8537 (patch)
tree9e69436e7077ef8f5fcfa4ea3cd900c20daa8fcd /latex/Makefile
parentdff483c8ee68f530421814aa5a870ce5272e48ea (diff)
Final commit for archival
Diffstat (limited to 'latex/Makefile')
-rw-r--r--latex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/latex/Makefile b/latex/Makefile
index 0679c72..128df11 100644
--- a/latex/Makefile
+++ b/latex/Makefile
@@ -1,6 +1,6 @@
CONV = pandoc
-CONVFLAGS = --from markdown --to html --standalone --template template.html --mathjax=/mathjax/custom-mathjax.js
+CONVFLAGS = --from markdown --to html --standalone --template template.html --mathjax=/mathjax/custom-mathjax.min.js
know: $(shell find ./know/concept -mindepth 1 -maxdepth 1 -type d -printf "%p/index.html\\n")
for file in $^; do \