summaryrefslogtreecommitdiff
path: root/jordan.im/w/Makefile
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-03-11 18:17:19 +0000
committerJordan <me@jordan.im>2022-03-11 18:17:19 +0000
commit2f148e66413c6260bbf21ad961260d76e623dcc1 (patch)
treec70c65468d0703c8b326be66f426d1689d4e1414 /jordan.im/w/Makefile
parentecc3c05b8ef4b19fdf4af0372dc59ea1ad9fea68 (diff)
downloadwww-2f148e66413c6260bbf21ad961260d76e623dcc1.tar.gz
www-2f148e66413c6260bbf21ad961260d76e623dcc1.zip
jordan.im: fellow creatures
Diffstat (limited to 'jordan.im/w/Makefile')
-rw-r--r--jordan.im/w/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/jordan.im/w/Makefile b/jordan.im/w/Makefile
new file mode 100644
index 0000000..03d0516
--- /dev/null
+++ b/jordan.im/w/Makefile
@@ -0,0 +1,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