Skip to content

Commit 2e16022

Browse files
committed
Fix website image installation
1 parent cdda95f commit 2e16022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL = /bin/bash
33
WWWDIR = /srv/http/domjudge
44

55
install:
6-
cp *.shtml *.css *.ico *.png *.pdf $(WWWDIR)/
6+
cp *.shtml *.css *.ico *.svg *.pdf $(WWWDIR)/
77

88
# This takes the docs from the latest (by string sorting) release and copies
99
# these to the directory serving files under www.domjudge.org/docs/.

0 commit comments

Comments
 (0)