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

Add id4glossary.py into Makefile

parent b1a8ca56
Branches
Tags
No related merge requests found
......@@ -30,6 +30,7 @@ $(DST_DIR)/%.html : $(SRC_DIR)/%.md ../_layouts/page.html
pandoc -s -t html \
--template=../_layouts/page \
--filter=../tools/blockquote2div.py \
--filter=../tools/id4glossary.py \
$(INCLUDES) \
-o $@ $<
......
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