about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-10-12 15:07:33 -0400
committerJune McEnroe <june@causal.agency>2018-10-12 15:07:33 -0400
commit6eb9b8bc4f5c5a261ed881e0127258d7c0df2ac3 (patch)
tree00075ce99b187b6f5243554d5cfaa68dd45daed5 /Makefile
parentAdd -s flag to client (diff)
downloadtorus-6eb9b8bc4f5c5a261ed881e0127258d7c0df2ac3.tar.gz
torus-6eb9b8bc4f5c5a261ed881e0127258d7c0df2ac3.zip
Replace torus.7 with torus.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6169e4d..776a032 100644
--- a/Makefile
+++ b/Makefile
@@ -44,5 +44,5 @@ chroot.tar: server client
 clean:
 	rm -f tags $(OBJS) $(BINS) chroot.tar
 
-README: torus.7
-	mandoc torus.7 | col -b -x > README
+README: torus.1
+	mandoc torus.1 | col -b -x > README