Fix build fail when missing docbook and/or disabling doc-build

Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/272
This commit is contained in:
Akira TAGOH 2021-03-25 21:26:12 +09:00
parent d263d4075e
commit 60ce9b695e
1 changed files with 3 additions and 0 deletions

View File

@ -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: