summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2009-11-06 01:13:30 +0100
committerKarel Zak <kzak@redhat.com>2009-11-06 01:13:30 +0100
commitc48f949350183de644a399c53bbc15eaac5a753a (patch)
treee6b9917a73c072525fbc50d0c76be650633c0147
parentfed194513dca20215bb87452a7f54861eed1b1a3 (diff)
downloadutil-linux-old-c48f949350183de644a399c53bbc15eaac5a753a.tar.gz
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 <kzak@redhat.com>
-rw-r--r--config/gtk-doc.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gtk-doc.make b/config/gtk-doc.make
index 0f87cc79..691ac9bd 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