This reverts commit 398c048c66e71ec52a1799ea6fbd4c3b1554ec5e.
It got removed because it used to cause build issues, but now that we
have a CI let's hope it won't be a problem any more.
This reverts commit df4fb2cd32fc0a913c1572635755598cf4ec07fd.
It needed to be coupled with the other commit from !978, and introduces
breakage into the documentation when compiled by itself. My mistake for
not testing properly.
See discussion on https://gitlab.gnome.org/GNOME/glib/merge_requests/1277#note_666761
This reverts commit 398c048c66e71ec52a1799ea6fbd4c3b1554ec5e.
It got removed because it used to cause build issues, but now that we
have a CI let's hope it won't be a problem any more.
This example has been causing on-and-off build breaks for quite some
time. In this case, the code for copying the generated content into the
main docs of GIO is causing problems with srcdir != destdir builds (due
to the files also being copied from the read-only srcdir during
distchecks).
We could probably work around this problem yet again, but since there is
no real benefit to having this content included, so let's remove it.
https://bugzilla.gnome.org/show_bug.cgi?id=734469