
4 Aug
2020
4 Aug
'20
5:59 p.m.
On Tue, Aug 04, 2020 at 04:52:56PM +0100, Daniel P. Berrangé wrote:
The meson conversion lost the <meta> tags providing the go-import, because the "$pagename" variable lost the .html suffix. Rather than fix that, just change to using "$pagesrc" instead, as it is a better fit.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- docs/newapi.xsl | 2 -- docs/page.xsl | 7 +++---- docs/site.xsl | 3 +-- docs/subsite.xsl | 1 - scripts/meson-html-gen.py | 4 ---- 5 files changed, 4 insertions(+), 13 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>