summaryrefslogtreecommitdiff
path: root/whois.jordan.im/Makefile
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-03-27 20:02:23 +0000
committerJordan <me@jordan.im>2022-03-27 20:02:23 +0000
commit78deae288b5cf8e730188199f607f709466d35b6 (patch)
treeb9cce245ce3e15dc96ccd3905e8bef2794e08d36 /whois.jordan.im/Makefile
parent2f148e66413c6260bbf21ad961260d76e623dcc1 (diff)
downloadwww-78deae288b5cf8e730188199f607f709466d35b6.tar.gz
www-78deae288b5cf8e730188199f607f709466d35b6.zip
jordan.im: whois service, misc updates
Diffstat (limited to 'whois.jordan.im/Makefile')
-rw-r--r--whois.jordan.im/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/whois.jordan.im/Makefile b/whois.jordan.im/Makefile
new file mode 100644
index 0000000..75ce63e
--- /dev/null
+++ b/whois.jordan.im/Makefile
@@ -0,0 +1,14 @@
+WEBROOT = /var/www/whois.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