From 4f577f74f6d0e4a5f7ebfc80e71f1f2d7767869b Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Thu, 18 Jun 2020 02:24:03 +0200 Subject: [PATCH] meson: docs: introduce XSL files Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa Reviewed-by: Neal Gompa --- docs/meson.build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/meson.build b/docs/meson.build index 2812c85c05..707fa751fd 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -43,6 +43,11 @@ docs_timestamp = run_command( python3_prog, meson_timestamp_prog.path(), env: runutf8 ).stdout().strip() +site_xsl = files('site.xsl') +subsite_xsl = files('subsite.xsl') +page_xsl = files('page.xsl') +newapi_xsl = files('newapi.xsl') + docs_api_generated = custom_target( 'generate-api', output: [