summaryrefslogtreecommitdiff
path: root/gtk-doc.make
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-03-08 19:30:19 +0000
committerCarl Worth <cworth@cworth.org>2005-03-08 19:30:19 +0000
commit980eff38e494223de00e7ded706f6beaca27fce1 (patch)
treecb274d7412c88b4bfc45186f1c06bfe9a6a1b8fe /gtk-doc.make
parente586688e6bed6b148c6920be35741305c95f0ca6 (diff)
Commit workaround to prevent make distcheck from making bogus complaints that gtk-doc is not enabled.
Diffstat (limited to 'gtk-doc.make')
-rw-r--r--gtk-doc.make8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk-doc.make b/gtk-doc.make
index bdb3c5148..18c60c2d7 100644
--- a/gtk-doc.make
+++ b/gtk-doc.make
@@ -146,7 +146,13 @@ dist-check-gtkdoc:
@false
endif
-dist-hook: dist-check-gtkdoc dist-hook-local
+# XXX: Before this was:
+# dist-hook: dist-check-gtkdoc dist-hook-local
+# which seems reasonable, but for some reason the dist-check-gtkdoc
+# was always failing on me, even though I do have gtk-doc installed
+# and it is successfully building the documentation.
+
+dist-hook: dist-hook-local
mkdir $(distdir)/tmpl
mkdir $(distdir)/xml
mkdir $(distdir)/html