summaryrefslogtreecommitdiff
path: root/jordan.im/w/Makefile
blob: 03d051638361c4397cd759c04f9af982a2d5a1c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
WEBROOT = /var/www/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