summaryrefslogtreecommitdiff
path: root/bin/ct
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ct')
-rwxr-xr-xbin/ct5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/ct b/bin/ct
index e67b22b..721259e 100755
--- a/bin/ct
+++ b/bin/ct
@@ -578,7 +578,10 @@ function populate_collected {
typeset man section manpage file
wrap_info $1
- info "Enabling documentation\n"
+ if [[ ! -d bin && ! -d man ]] {
+ return
+ }
+ info "Processing documentation\n"
for man in man/*/*(N); {
section=${man:h:t}
manpage=${man:t}