The dist-hook rule in config/gtk-doc.make requires {xml,html,tmpl}/*
gkt-doc files, but there is not defined a dependence on these files.
It means "make dist" does not work on pristine source code
tree (e.g. "git clean -xfd" source).
Signed-off-by: Karel Zak <kzak@redhat.com>
@false
endif
-dist-hook: dist-check-gtkdoc dist-hook-local
+dist-hook: dist-check-gtkdoc dist-hook-local sgml.stamp html-build.stamp
mkdir $(distdir)/tmpl
mkdir $(distdir)/xml
mkdir $(distdir)/html