[gtk-doc] gtk-doc.make: dist-check-gtkdoc depends on docs



commit 141fc514e7ac39e3cb0f2a1508ad49c941e6bc1a
Author: Takao Fujiwara <tfujiwar redhat com>
Date:   Tue Mar 13 13:17:22 2012 +0900

    gtk-doc.make: dist-check-gtkdoc depends on docs
    
    Fixes #671960.

 gtk-doc.make        |    2 +-
 gtk-doc.notmpl.make |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk-doc.make b/gtk-doc.make
index ca57b48..6664c16 100644
--- a/gtk-doc.make
+++ b/gtk-doc.make
@@ -259,7 +259,7 @@ uninstall-local:
 # Require gtk-doc when making dist
 #
 if ENABLE_GTK_DOC
-dist-check-gtkdoc:
+dist-check-gtkdoc: docs
 else
 dist-check-gtkdoc:
 	@echo "*** gtk-doc must be installed and enabled in order to make dist"
diff --git a/gtk-doc.notmpl.make b/gtk-doc.notmpl.make
index 7e4b058..8ff8f21 100644
--- a/gtk-doc.notmpl.make
+++ b/gtk-doc.notmpl.make
@@ -237,7 +237,7 @@ uninstall-local:
 # Require gtk-doc when making dist
 #
 if ENABLE_GTK_DOC
-dist-check-gtkdoc:
+dist-check-gtkdoc: docs
 else
 dist-check-gtkdoc:
 	@echo "*** gtk-doc must be installed and enabled in order to make dist"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]