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