summaryrefslogtreecommitdiff
path: root/tracker.0x7c0.com/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tracker.0x7c0.com/Makefile')
-rw-r--r--tracker.0x7c0.com/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/tracker.0x7c0.com/Makefile b/tracker.0x7c0.com/Makefile
new file mode 100644
index 0000000..d5e1208
--- /dev/null
+++ b/tracker.0x7c0.com/Makefile
@@ -0,0 +1,14 @@
+WEBROOT = /var/www/tracker.0x7c0.com
+
+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