Skip to content

Commit

Permalink
Fix make target for index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Aug 9, 2022
1 parent 22acbed commit 564b520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docs: docs/index.html docs/$(FILTER_FILE)
docs/index.html: README.md test/input.md $(FILTER_FILE) .tools/docs.lua \
docs/output.md docs/style.css
@mkdir -p docs
pandoc \
$(PANDOC) \
--standalone \
--lua-filter=.tools/docs.lua \
--metadata=sample-file:test/input.md \
Expand Down

0 comments on commit 564b520

Please sign in to comment.