about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-04 10:20:11 -0400
committerJune McEnroe <june@causal.agency>2020-05-04 10:20:11 -0400
commitc5710f51ba14736a0b1152a5e1f9f08edf61e061 (patch)
treee1cf5d4d47d530b9ec6b8b57add36115a72f8359
parentAdd README (diff)
downloadexman-c5710f51ba14736a0b1152a5e1f9f08edf61e061.tar.gz
exman-c5710f51ba14736a0b1152a5e1f9f08edf61e061.zip
Don't clear MANSECT
Just make sure every section ends up in it.
Diffstat (limited to '')
-rw-r--r--exman.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/exman.sh b/exman.sh
index f428e30..5077c34 100644
--- a/exman.sh
+++ b/exman.sh
@@ -19,7 +19,7 @@ shift
 export MANPATH="${exman}/${system}"
 [ -d "${MANPATH}" ] || die "No manuals for ${system}"
 
-export MANSECT=
+export MANSECT
 for sect in "${MANPATH}"/man*/; do
 	sect=${sect%/}
 	sect=${sect##*/man}
01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe