For reference see: https://bugzilla.gnome.org/show_bug.cgi?id=785139
Gnomes gtk-doc tool uses xsltproc with the docbook-xsl-stylesheets. The master-document uses x.:include with index files and this worked until, docbook-style-xsl-1.79.1 but with docbook-style-xsl-1.79.2 we're missing index-.html files for most of the index-.xml files.
I would suggest you go back to 1.79.1 for now. The 1.79.2 version is built from the same source files using a somewhat different process to confirm that the new process worked. It should be functionally equivalent to 1.79.1, but obviously not in this case. I will investigate this issue.
So I can test this, can you post as an attachment the assembled index XML files that are not being processed? I have downloaded the gspell-docs.xml.in file from the github site, but apparently the index files are generated.
Sorry it took so long. Here is a self contained test case:
https://drive.google.com/open?id=0B0qiVD7uHgdaejhnMXVUb2M2QUE
Download and then:
tar xvzf bgo785139.tar.gz
cd bgo785139;
./repro.sh
This will create a html dir with the output files. There should be 29 api-index file:
ls -1 html/api-index-*.html | wc -l
but for people using the new stylesheets (on fedora linux), there are none. The gtk-doc.xsl is the main driver script with customizations. It mostly disables l10n for speed reasons.
Last edit: Stefan Sauer 2017-11-01
Ping? Anything I can help to test?
Nothing had yet been done on this issue because it was reported on the
issues list for the docbook schemas, not the stylesheets. So I asked
the reporter to repost it to the stylesheet issues list.
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net
On 1/10/2018 11:11 AM, Stefan Sauer wrote:
Related
Bugs: #1401
Did I report this on the wrong list? If you are talking about a different report, do you have a link?
Sorry, I got two bug reports mixed up. Your's is on the right list.
I intend to fix a bunch of bugs like this during this month.
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net
On 1/10/2018 1:01 PM, Stefan Sauer wrote:
Related
Bugs: #1401