summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@protonmail.com>2021-11-18 18:38:22 -0800
committerPhaedrus Leeds <mwleeds@protonmail.com>2021-11-18 18:38:22 -0800
commitd72f20675194ca7c861a5101f4a6a65dd1084ad5 (patch)
treed0fe8c91c611d457e8734b198403c310f0b5ee4d
parent6d74eec0a97171ef46fac7aa4017c235758a1f3d (diff)
downloadflatpak-fix-libflatpak-docs-build.tar.gz
doc: Fix build of libflatpak-docs.htmlfix-libflatpak-docs-build
-rw-r--r--doc/reference/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 6aaa3451..26eb701c 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -87,6 +87,9 @@ TESTS_ENVIRONMENT = \
TESTS = $(GTKDOC_CHECK)
endif
+libflatpak-docs.html: libflatpak-docs.xml docs
+ $(AM_V_GEN) $(XMLTO) $(XMLTO_FLAGS) --skip-validation xhtml-nochunks -m $(srcdir)/../xmlto-config.xsl $<
+
sgml.stamp: $(dbus_stamp_files)
# gdbus-codegen hardcodes DocBook version
$(AM_V_GEN)$(SED) -i \