summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2021-03-25 21:26:12 +0900
committerAkira TAGOH <akira@tagoh.org>2021-03-25 21:26:12 +0900
commit60ce9b695ee9d1ac514a61f562e210d3278ba605 (patch)
tree5e265e4e562f30041c42cb8b45449fe467ddd74e
parentd263d4075ea90f7a296c4d65e69eea504906689e (diff)
Fix build fail when missing docbook and/or disabling doc-build
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/272
-rw-r--r--doc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 401c1b3..a66420c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -218,6 +218,9 @@ dist-local-check-docs-enabled:
@true
else
htmldoc_DATA += $(srcdir)/$(HTML_DIR)/*
+.fncs.sgml:
+ $(AM_V_GEN) $(RM) $@; \
+ touch -r $< $@
all-local:
clean-local:
dist-local-check-docs-enabled: