Hi Chris,

Op 04-09-2021 om 11:48 schreef Chris Lamb:
Perhaps this is a known issue, or perhaps it is not. I didn't manage to
search the archives here, so forgive me if this is already discussed.
Don't worry, there are lot of documentation-related issues... and more
than one that affects docbook.xsl files — for example, there is/was one
in both libxlst and docbook2x, etc. etc.

For libzeep I wrote a small wrapper script to be used to wrap quickbook. It will take the output of quickbook and convert dates written out with dates based on SOURCE_DATE_EPOCH.

The script can be found here: https://salsa.debian.org/med-team/libzeep/-/blob/master/doc/tools/quickbook.sh.in

And to use it you should modify the Jamfile.v2 for the documentation to have something like this template jamfile:

using boostbook
  : /usr/share/xml/docbook/stylesheet/docbook-xsl/
  : /usr/share/xml/docbook/schema/dtd/4.2/
  : /usr/share/boostbook
  ;

using xsltproc : @XSLTPROC@ ;

using doxygen : @DOXYGEN@ ;

using fop : @FOP@ ;

using quickbook : @QUICKBOOK_SCRIPT@ ;


regards, -maarten

--
Maarten L. Hekkelman
http://www.hekkelman.com/

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to