summaryrefslogtreecommitdiff
path: root/Makefile
blob: d296bf54b0a9bc91e88a6fdaaca366ad51939d87 (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