From afddd3504453272034c1702333bf88706c2e4b73 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 22 Aug 2009 19:10:53 +0200 Subject: ct: Improved populate_collected messages a little bit --- bin/ct | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3