summaryrefslogtreecommitdiff
path: root/jordan.im/w/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 /jordan.im/w/Makefile
parent2f148e66413c6260bbf21ad961260d76e623dcc1 (diff)
downloadwww-78deae288b5cf8e730188199f607f709466d35b6.tar.gz
www-78deae288b5cf8e730188199f607f709466d35b6.zip
jordan.im: whois service, misc updates
Diffstat (limited to 'jordan.im/w/Makefile')
-rw-r--r--jordan.im/w/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/jordan.im/w/Makefile b/jordan.im/w/Makefile
deleted file mode 100644
index 03d0516..0000000
--- a/jordan.im/w/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-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