We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdda95f commit 2e16022Copy full SHA for 2e16022
website/Makefile
@@ -3,7 +3,7 @@ SHELL = /bin/bash
3
WWWDIR = /srv/http/domjudge
4
5
install:
6
- cp *.shtml *.css *.ico *.png *.pdf $(WWWDIR)/
+ cp *.shtml *.css *.ico *.svg *.pdf $(WWWDIR)/
7
8
# This takes the docs from the latest (by string sorting) release and copies
9
# these to the directory serving files under www.domjudge.org/docs/.
0 commit comments