summary refs log tree commit diff
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
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 \
ou if you don't send one. 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe Allows restarting consumers safely. 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe Oops, didn't see this. 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe