aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-01-16 17:44:42 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-01-16 17:57:48 +0100
commit6c0c67d6f0a65af416448236f07cdccfd1993dd8 (patch)
tree745edd1c8c573953699d7e494c4707b72b2d2326
parent38267952284ded86bb0ea7ca9139236bc80556a3 (diff)
doc: skip running gtkdoc-rebase on local install step
We can leave the relative paths to other books (e.g. '../glib' or '../ModemManager') because running gtkdoc-rebase seems to be broken since the 1.29 release, see: https://gitlab.gnome.org/GNOME/gtk-doc/-/issues/138
-rw-r--r--gtk-doc.make1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk-doc.make b/gtk-doc.make
index 7d9a27f3..913aa4f7 100644
--- a/gtk-doc.make
+++ b/gtk-doc.make
@@ -285,7 +285,6 @@ install-data-local:
mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
$${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
fi; \
- $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
fi
uninstall-local: