Update wiki Makefile

master
Hektor Misplon 2021-08-23 17:08:52 +02:00
parent df74dc85af
commit f3f4fd1ef7
1 changed files with 21 additions and 18 deletions

View File

@ -17,11 +17,14 @@ all: $(exports)
--pdf-engine=xelatex \ --pdf-engine=xelatex \
--bibliography $(VIMWIKI_DIR)/references.bib \ --bibliography $(VIMWIKI_DIR)/references.bib \
--citeproc \ --citeproc \
--highlight-style=monochrome \
--resource-path=$(VIMWIKI_DIR)/img/ \
--lua-filter=$(VIMWIKI_DIR)/filters/html-links.lua \ --lua-filter=$(VIMWIKI_DIR)/filters/html-links.lua \
--lua-filter=$(VIMWIKI_DIR)/filters/diagram-generator.lua \ --lua-filter=$(VIMWIKI_DIR)/filters/diagram-generator.lua \
--lua-filter=$(VIMWIKI_DIR)/filters/lilypond.lua \ --lua-filter=$(VIMWIKI_DIR)/filters/lilypond.lua \
--mathjax \ --mathjax \
--extract-media=diagrams \ --extract-media=diagrams \
--strip-comments \
-s -o $@ $< -s -o $@ $<
$(target).pdf:$(entries) $(target).pdf:$(entries)
@ -33,6 +36,6 @@ $(target).pdf:$(entries)
--table-of-contents \ --table-of-contents \
-o $@ -o $@
# clean: clean:
# rm -f *.html rm -f *.html
# rm wiki.pdf # rm wiki.pdf