From 2f148e66413c6260bbf21ad961260d76e623dcc1 Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 11 Mar 2022 18:17:19 +0000 Subject: jordan.im: fellow creatures --- jordan.im/w/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jordan.im/w/Makefile (limited to 'jordan.im/w/Makefile') 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 -- cgit v1.2.3-54-g00ecf