summaryrefslogtreecommitdiff
path: root/tracker.0x7c0.com/Makefile
blob: d5e120886abd24c0c83889bc25131a6a9ecad2f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
WEBROOT = /var/www/tracker.0x7c0.com

FILES = index.html style.css

all: ${FILES}

index.html: index.7
	mandoc -T html -O style=style.css index.7 > index.html

install: ${FILES}
	install -c -m 644 ${FILES} ${WEBROOT}

clean:
	rm -f index.html