Skip to content

Commit

Permalink
Pipe in dune.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Nov 15, 2023
1 parent 18767d7 commit 54b2a4c
Show file tree
Hide file tree
Showing 3 changed files with 848 additions and 309 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: dune
test: dune
@for i in $(MD); do \
echo -n "Compiling $$i... "; \
pandoc --filter=pandoc-include --metadata title="bla" --template=template.html $$i -o /tmp/`basename $$i .md`.html; \
pandoc $$i -t json | pandoc-include | pandoc -f json --metadata title="bla" --template=template.html -o /tmp/`basename $$i .md`.html; \
echo "done"; \
done
@dune build @doctest
Expand Down
Loading

0 comments on commit 54b2a4c

Please sign in to comment.