From f26a02551639baa3b7640c7d98bfba5ff17bff53 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Thu, 23 Jun 2022 17:36:02 +0200 Subject: [PATCH] doc: ensure `pandoc-docbook-template.docbook` is distributed (#2891) Since that is also used by Meson (when configuring with `-Dgtk_doc=true` and when pandoc is available). --- doc/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index afe32ac5..ec5dbf9d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -180,10 +180,11 @@ include gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in EXTRA_DIST += \ - ${markdown_content_files} \ + ${markdown_content_files} \ gen-function-list.py \ images \ - meson.build + meson.build \ + pandoc-docbook-template.docbook # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types