summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-08-22 19:10:53 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-08-22 19:10:53 +0200
commitafddd3504453272034c1702333bf88706c2e4b73 (patch)
treed6f7e433ed4e42e894f6ca4856eecf7e7f58b49c /bin
parent3cf2fe257be20ed897d050e98644cc765264a189 (diff)
ct: Improved populate_collected messages a little bit
Diffstat (limited to 'bin')
-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}