Skip to content

Commit 233288f

Browse files
committed
feat: update makefile
1 parent 1b0ed90 commit 233288f

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
@@ -8,7 +8,7 @@ wot.svg: staffs.json
88
./wot.py ./staffs.json
99

1010
index.html: index.md wot.svg
11-
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
11+
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
1212

1313
.PHONY: clean
1414
clean:

0 commit comments

Comments
 (0)