On 10/17/21 11:35, Charles Burkitt wrote: > Hello GNU Findutils team, > > Please note that the online documentation for GNU Findutils is missing the > customary GNU stylesheet which makes the manuals so readable. > > I believe all you need to do is add the following to the HTML: > > <link rel="stylesheet" type="text/css" href="/software/gnulib/manual.css"> > > Thank you, > > Charles Burkitt
Thanks for the report. First of all, the HTML pages are generated. While other GNU packages use gnulib's gnu-web-doc-update script, GNU findutils rolls its own version. The point is that the files have to be taken from 'doc/manual' instead of those in 'doc'. The following patch fixes the script, and I have already pushed the fixed HTML manual to the web server. https://git.savannah.gnu.org/cgit/findutils.git/commit/?id=425e82e7b Another patch improves the documentation about how the online manual is handled: https://git.savannah.gnu.org/cgit/findutils.git/commit/?id=372cd3489 Have a nice day, Berny