From c48f949350183de644a399c53bbc15eaac5a753a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 6 Nov 2009 01:13:30 +0100 Subject: build-sys: fix (official) gtk-doc.make 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 --- config/gtk-doc.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/gtk-doc.make b/config/gtk-doc.make index 0f87cc797..691ac9bdd 100644 --- a/config/gtk-doc.make +++ b/config/gtk-doc.make @@ -180,7 +180,7 @@ dist-check-gtkdoc: @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 -- cgit v1.2.3-55-g7522