summaryrefslogtreecommitdiff
path: root/macros2
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-05-02 16:09:43 +0200
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-09-23 08:12:00 +0100
commita912a74ba7999fe3ed49b07bab86685a5d117f82 (patch)
tree78f877d05ec8ec6432018bd2d7481fdea3be025d /macros2
parent6684e2fa5d5a4c72c9bf116f74688c0b47f350cf (diff)
downloadgnome-common-a912a74ba7999fe3ed49b07bab86685a5d117f82.tar.gz
doc-build: Remove doc-build infrastructure
This pertained to the old GNOME documentation infrastructure, used before Mallard existed. This isn’t used by any modules we care about any more. Most modules which set USE_COMMON_DOC_BUILD do so erroneously. https://bugzilla.gnome.org/show_bug.cgi?id=729931
Diffstat (limited to 'macros2')
-rw-r--r--macros2/gnome-autogen.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
index 28ee66d..798f1af 100644
--- a/macros2/gnome-autogen.sh
+++ b/macros2/gnome-autogen.sh
@@ -12,7 +12,6 @@ test "$REQUIRED_GLIB_GETTEXT_VERSION" || REQUIRED_GLIB_GETTEXT_VERSION=2.2.0
test "$REQUIRED_INTLTOOL_VERSION" || REQUIRED_INTLTOOL_VERSION=0.25
test "$REQUIRED_PKG_CONFIG_VERSION" || REQUIRED_PKG_CONFIG_VERSION=0.14.0
test "$REQUIRED_GTK_DOC_VERSION" || REQUIRED_GTK_DOC_VERSION=1.0
-test "$REQUIRED_DOC_COMMON_VERSION" || REQUIRED_DOC_COMMON_VERSION=2.3.0
test "$REQUIRED_GNOME_DOC_UTILS_VERSION" || REQUIRED_GNOME_DOC_UTILS_VERSION=0.4.2
# a list of required m4 macros. Package can set an initial value
@@ -332,11 +331,6 @@ if $want_gnome_doc_utils; then
"http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/"
fi
-if [ "x$USE_COMMON_DOC_BUILD" = "xyes" ]; then
- version_check gnome-common DOC_COMMON gnome-doc-common \
- $REQUIRED_DOC_COMMON_VERSION " "
-fi
-
check_m4macros
if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
@@ -376,10 +370,6 @@ for configure_ac in $configure_files; do
$GTKDOCIZE --copy || exit 1
fi
- if [ "x$USE_COMMON_DOC_BUILD" = "xyes" ]; then
- printbold "Running gnome-doc-common..."
- gnome-doc-common --copy || exit 1
- fi
if grep "^GNOME_DOC_INIT" $basename >/dev/null; then
printbold "Running $GNOME_DOC_PREPARE..."
$GNOME_DOC_PREPARE --force --copy || exit 1