Skip to content

Commit

Permalink
In examples/Makefile, use markdown-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Dec 10, 2024
1 parent b630714 commit 684d0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ optex.pdf: optex.tex
# This target converts the markdown example to a plain TeX representation
# using the Lua command-line interface for the Markdown package.
example.tex: example.md
texlua "`kpsewhich -a markdown-cli.lua | head -n 1`" $(LUACLI_OPTIONS) -- $< $@
markdown-cli $(LUACLI_OPTIONS) -- $< $@

# This pseudo-target removes any existing auxiliary files and directories.
clean:
Expand Down

0 comments on commit 684d0e1

Please sign in to comment.