Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > The manpages in the man branch of git.git appear to have acquired > the dreaded escaped .ft disease when the docbook-xsl toolchain > was upgraded to v1.74.3. > --- > It is hard work avoiding escaped nroff directives in output. I am a > bit confused at what happened here, since docbook-xsl v1.73.2 should > have required the same settings. > > These changes are untested, unfortunately. I hope they can be of some > help nevertheless. > > dodoc.sh | 13 +++++++++++++ > 1 files changed, 13 insertions(+), 0 deletions(-) > > diff --git a/dodoc.sh b/dodoc.sh > index 5cbc269..bf49710 100755 > --- a/dodoc.sh > +++ b/dodoc.sh > @@ -77,6 +77,19 @@ asciidoc' 8'.*) > export ASCIIDOC8 ;; > esac > > +db_version_file=/usr/share/xml/docbook/stylesheet/nwalsh/VERSION > +case "$(grep "<fm:Version>" "$db_version_file" 2>/dev/null)" in Thanks, but there seem to be no such file on FC11. In /etc/xml/catalog, I see: <rewriteURI uriStartString="http://docbook.sourceforge.net/release/xsl/current" rewritePrefix="file:///usr/share/sgml/docbook/xsl-stylesheets-1.74.3"/> Unfortunately this seems highly distro dependent. On my near-by Debian box, /etc/xml/docbook-xsl.xml has <delegateURI uriStartString="http://docbook.sourceforge.net/release/xsl/" catalog="file:///usr/share/xml/docbook/stylesheet/nwalsh/catalog.xml"/> and the _catalog_ file has comment v1.73.2 (or whatever) and also <rewriteURI uriStartString="http://docbook.sourceforge.net/release/xsl/1.73.2/" rewritePrefix="./"/> For now I simply will give up to be portable and adjust the script for the reality on k.org machine that is used to auto-generate the documentation. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html