]> err.no Git - util-linux/commitdiff
build-sys: fix (official) gtk-doc.make
authorKarel Zak <kzak@redhat.com>
Fri, 6 Nov 2009 00:13:30 +0000 (01:13 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 6 Nov 2009 00:13:30 +0000 (01:13 +0100)
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>
config/gtk-doc.make

index 0f87cc797f71eb3a3515be6c17713d71131152dc..691ac9bddb89d12197a19d00cd30ebc18395adae 100644 (file)
@@ -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