Skip to content
Snippets Groups Projects
Commit 3dd8be1f authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

details

parent 6abf8295
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,10 @@ DEST="/net/cubitus/projects/Partage_GEPETTO/Public/articles"
all: ${OUTPUTS}
public/%.html: %.md template.html
pandoc -s -F ./bibtex.py --template template.html -o $@ $<
pandoc -s \
-F ./bibtex.py \
--template template.html \
-o $@ $<
check: all
! grep 'videos/watch' ${SOURCES} # you have to replace "watch" by "embed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment