Skip to content

Commit

Permalink
feat: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Oct 14, 2024
1 parent 1b0ed90 commit 233288f
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 @@ -8,7 +8,7 @@ wot.svg: staffs.json
./wot.py ./staffs.json

index.html: index.md wot.svg
nix run nixpkgs#pandoc -- -c style.css --embed-resources --standalone index.md -o index.html --to=html5 --metadata title="Web Key Directory of Project Trans" -V lang=en-US
nix run nixpkgs#pandoc -- -c style.css --standalone index.md -o index.html --to=html5 --metadata title="Web Key Directory of Project Trans" -V lang=en-US

.PHONY: clean
clean:
Expand Down

0 comments on commit 233288f

Please sign in to comment.