summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-10 19:47:11 -0400
committerJune McEnroe <june@causal.agency>2018-09-10 19:47:11 -0400
commita0ff0d5c46d439341d2d135a9864a9e5f8ff9055 (patch)
tree331a00ab6bbe6490e3414cbf27fea44a516346d9 /Makefile
parentSet LESSSECURE=1 in man.sh (diff)
downloadcatgirl-a0ff0d5c46d439341d2d135a9864a9e5f8ff9055.tar.gz
catgirl-a0ff0d5c46d439341d2d135a9864a9e5f8ff9055.zip
Depend on man.sh for chroot.tar target
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0dcebf..4f70876 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ uninstall:
 	rm -f $(PREFIX)/bin/chatte
 	rm -f $(MANPATH)/man1/chatte.1
 
-chroot.tar: chatte chatte.1
+chroot.tar: chatte chatte.1 man.sh
 	install -d -o root -g wheel \
 		root \
 		root/bin \