summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2012-09-03 09:15:47 +0200
committerFlorian Müllner <fmuellner@gnome.org>2012-09-03 10:19:17 +0200
commit0fe27b5d0d5e0604679f50160b79df3319b325a5 (patch)
treea2dff2039df8ea67e3125fe205182e87df4234e1 /autogen.sh
parent312016886362e2dad4e831bacc2ae952eb6cf0d5 (diff)
downloadmetacity-0fe27b5d0d5e0604679f50160b79df3319b325a5.tar.gz
build: Port themes documentation to yelp-tools
gnome-doc-utils is considered deprecated, so documentation using it should be dropped or moved to the new yelp-tools. Given that the theme format is rather cryptic, still used by mutter and documentation on it quite spare, dropping the documentation in question doesn't seem like a good idea, so move to yelp-tools instead. As this effectively adds a dependency on GNOME 3, provide a configure switch to disable the documentation to allow builds on "pure" GNOME 2.x systems.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1159af27..75f1cfb3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,4 +19,4 @@ which gnome-autogen.sh || {
echo "your distribution's package manager)."
exit 1
}
-USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
+USE_GNOME2_MACROS=1 . gnome-autogen.sh