Skip to content

Commit 7bf2098

Browse files
committed
Fix make target for index.html
1 parent 797308c commit 7bf2098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docs: docs/index.html docs/$(FILTER_FILE)
4848
docs/index.html: README.md test/input.md $(FILTER_FILE) .tools/docs.lua \
4949
docs/output.md docs/style.css
5050
@mkdir -p docs
51-
pandoc \
51+
$(PANDOC) \
5252
--standalone \
5353
--lua-filter=.tools/docs.lua \
5454
--metadata=sample-file:test/input.md \

0 commit comments

Comments
 (0)