From e701dd97db88f544c53f7cc37fa1c32594526e04 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 5 Jun 2010 13:00:05 +0100 Subject: [PATCH] Make sure HTML man pages are in build directory. Organization: Straylight/Edgeware From: Richard Kettlewell --- scripts/htmlman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/htmlman b/scripts/htmlman index 9a09c78..5290d1b 100755 --- a/scripts/htmlman +++ b/scripts/htmlman @@ -48,7 +48,7 @@ done for page; do title=$(basename $page) - output=$page.$extension + output=$(basename $page).$extension echo "$page -> $output" >&2 exec > $output.new echo "" -- [mdw]