summaryrefslogtreecommitdiff
path: root/tracker.jordan.im/Makefile
blob: 8ebf663126388363c5d58d9efcf3997200eae5a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
WEBROOT = /var/www/html/tracker.jordan.im

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