From dadd2b74a88a12580740ee3a6193a43a16dfdeed Mon Sep 17 00:00:00 2001 From: Alban Browaeys Date: Sun, 8 Dec 2013 14:45:12 +0100 Subject: [PATCH 3/3] gtk-doc: add missing setup_files. Requires a yet to be commited patch to gtk-doc to generate the subdirectories in the builddir (the setup files are copied to the builddir from the sourcedir, with the relative path kept, except the subdir of the relative path are not created if missing as of now). Depends on https://bugzilla.gnome.org/show_bug.cgi?id=720061 from gtk-doc. --- docs/api/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 64ffe38..8ae5eb5 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -61,7 +61,12 @@ HTML_IMAGES = \ content_files = \ version.xml \ dbus/org.freedesktop.PackageKit.ref.xml \ - dbus/org.freedesktop.PackageKit.Transaction.ref.xml + dbus/org.freedesktop.PackageKit.Transaction.ref.xml \ + spec/pk-backend-compiled.xml \ + spec/pk-backend-spawn.xml \ + spec/pk-concepts.xml \ + spec/pk-introduction.xml + # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded # These files must be listed here *and* in content_files -- 1.8.5.1