summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-06-10 17:39:48 -0700
committerCarl Worth <cworth@cworth.org>2009-06-11 14:54:03 -0700
commit19630f4b73a4fdfb9855ececd6614493e68d3b95 (patch)
treed6aca0831d27c387ca29cfece2f210e6953ab18f /build
parent3aaea453b0f0880d6c8825be21e67821732d1635 (diff)
Make the warning about the need to --enable-gtk-doc more explicit.
I must have read it three times and kept thinking, "but I *did* just install gtk-doc", before I finally understood what it was trying to tell me.
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am.gtk-doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/Makefile.am.gtk-doc b/build/Makefile.am.gtk-doc
index 50cd6279..b52fdfa7 100644
--- a/build/Makefile.am.gtk-doc
+++ b/build/Makefile.am.gtk-doc
@@ -54,7 +54,7 @@ if ENABLE_GTK_DOC
doc: html-build.stamp
else
doc:
- @echo "*** gtk-doc must be installed and enabled in order to make doc"
+ @echo "*** gtk-doc must be installed (and --enable-gtk-doc) in order to make doc"
@false
endif
@@ -161,7 +161,7 @@ if ENABLE_GTK_DOC
dist-check-gtkdoc:
else
dist-check-gtkdoc:
- @echo "*** gtk-doc must be installed and enabled in order to make dist"
+ @echo "*** gtk-doc must be installed (and --enable-gtk-doc) in order to make dist"
@false
endif