summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-31 12:49:34 -0400
committerJune McEnroe <june@causal.agency>2020-07-31 12:49:54 -0400
commit444d4bda9aab0160fb60ac2a11fefd8c627b8c7a (patch)
treee494fef562234acbf4a137368d1c955e4bb8775d /scripts
parentReplace catf with something that tracks len (diff)
downloadcatgirl-444d4bda9aab0160fb60ac2a11fefd8c627b8c7a.tar.gz
catgirl-444d4bda9aab0160fb60ac2a11fefd8c627b8c7a.zip
Fix chroot-man path
Diffstat (limited to '')
-rw-r--r--scripts/chroot-man.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/chroot-man.sh b/scripts/chroot-man.sh
index 708aa07..9d686f9 100644
--- a/scripts/chroot-man.sh
+++ b/scripts/chroot-man.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec mandoc /usr/share/man/man1/catgirl.1.gz | LESSSECURE=1 less
+exec mandoc /usr/share/man/man1/catgirl.1 | LESSSECURE=1 less
fc0834eb658b33687914c49a12e79b811ec7e8&follow=1'>Add tRNS support to pngoJune McEnroe 2018-09-11Move gfx man pages to gfx/manJune McEnroe 2018-09-11Move bin man pages to bin/manJune McEnroe 2018-09-11Rewrite gfx.7 and render plaintext READMEJune McEnroe 2018-09-11Remove GAMES from BINSJune McEnroe 2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe 2018-09-11Add "blank" lines to man pagesJune McEnroe 2018-09-10Add mdoc syntax fileJune McEnroe 2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe 2018-09-08Put real dates on man pagesJune McEnroe 2018-09-08Replace gfx README with REAMDE.7June McEnroe 2018-09-08Link gfx man pages in ~/.localJune McEnroe