[pkg-boost-devel] Bug#404791: bjam: manpage leads to incorrect HTML documentation

Jordà Polo jorda at ettin.org
Thu Dec 28 09:49:16 UTC 2006


Package: bjam
Version: 3.1.13-1
Severity: minor
Tags: patch

bjam manpage points to /usr/share/doc/bjam/Jam.html in the "SEE
ALSO" section, but that file doesn't exist at all, and it looks like
/usr/share/doc/bjam/index.html should be used instead. Attached is a
very simple patch to fix this problem.

(Other than that, I don't know jam/bjam at all, but I'm not sure
generating bjam.1 from jam.1 is enough. For example, according to the
HTML documentation, bjam supports up to 13 levels of debugging[1],
while jam, and thus the manpage, only has 9.)

 1. file:///usr/share/doc/bjam/jam/usage.html#jam.usage.options
-------------- next part --------------
--- rules.orig	2006-12-28 10:25:42.000000000 +0100
+++ rules	2006-12-28 10:25:08.000000000 +0100
@@ -24,7 +24,7 @@
 	sed -e 's#doc/jam/Jam.html#__HTMLDOCLOCATION__#' \
 	    -e 's/\<J\([aA][mM]\)\>/BJ\1/g' \
 	    -e 's/\<j\([aA][mM]\)\>/bj\1/g' \
-	    -e 's#__HTMLDOCLOCATION__#doc/bjam/Jam.html#' \
+	    -e 's#__HTMLDOCLOCATION__#doc/bjam/index.html#' \
 	$< > $@
 
 clean:


More information about the pkg-boost-devel mailing list