summaryrefslogtreecommitdiff
path: root/Makefile
blob: 176f66057877d4436f671c073a8d75abdd69c457 (plain)
1
2
3
4
5
6
7
8
.POSIX:

WEBROOT=/var/www/html/chsmun
SRC=src

install:
	cp -R $(SRC) $(WEBROOT)
	awk '{gsub(/"/,"",$2);print "location = /chsmun/"$1" { return 301 \""g$2"\"; }"}' LINKS > /etc/nginx/chsmun.redir