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
This commit is contained in:
Aleksander Morgado
2021-01-16 17:44:42 +01:00
parent 3826795228
commit 6c0c67d6f0

View File

@@ -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: