What | Removed | Added |
---|---|---|
CC | thomas.schraitle@suse.com | |
Flags | needinfo?(thomas.schraitle@suse.com) |
We carry a patch to not download the template from the internet during build but use packaged template instead: --- kmod-27/man/Makefile.am~ 2018-01-31 18:10:59.569903733 +0100 +++ kmod-27/man/Makefile.am 2021-01-12 21:48:28.488571775 +0100 @@ -22,4 +22,4 @@ --nonet \ --stringparam man.output.quietly 1 \ --param funcsynopsis.style "'ansi'" \ - http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + /usr/share/xml/docbook/stylesheet/nwalsh5/current/manpages/docbook.xsl $< Looks like there is non-trivial difference between these two files. Is the stylesheet we provide outdated or should the XML be adjusted?