Skip to content
Snippets Groups Projects
Commit 0428c499 authored by Raniere Silva's avatar Raniere Silva
Browse files

Store Pandoc's filter at tools/filters

parent da626812
Branches
Tags
No related merge requests found
......@@ -29,8 +29,8 @@ $(DST_DIR)/motivation.html : $(SRC_DIR)/motivation.md ../_layouts/slides.html
$(DST_DIR)/%.html : $(SRC_DIR)/%.md ../_layouts/page.html
pandoc -s -t html \
--template=../_layouts/page \
--filter=../tools/blockquote2div.py \
--filter=../tools/id4glossary.py \
--filter=../tools/filters/blockquote2div.py \
--filter=../tools/filters/id4glossary.py \
$(INCLUDES) \
-o $@ $<
......
File moved
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment