summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarel Zak2009-11-06 01:13:30 +0100
committerKarel Zak2009-11-06 01:13:30 +0100
commitc48f949350183de644a399c53bbc15eaac5a753a (patch)
treee6b9917a73c072525fbc50d0c76be650633c0147 /config
parentbuild-sys: remove obsolete --with-fsprobe from distcheck flags (diff)
downloadkernel-qcow2-util-linux-c48f949350183de644a399c53bbc15eaac5a753a.tar.gz
kernel-qcow2-util-linux-c48f949350183de644a399c53bbc15eaac5a753a.tar.xz
kernel-qcow2-util-linux-c48f949350183de644a399c53bbc15eaac5a753a.zip
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>
Diffstat (limited to 'config')
-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 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