summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-02-18 10:55:34 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-02-18 11:38:37 +0000
commit8c32f403fb65ef4363303c5e2b019e4ade02c0c5 (patch)
treefa16773c17bdebc2e89a155543b3944c5bab3fd5
parenta0a1ea10a8d412b60285beea22acd127e50c0fdd (diff)
downloadgtk+-8c32f403fb65ef4363303c5e2b019e4ade02c0c5.tar.gz
docs: Ignore generated files when building documentation
-rw-r--r--docs/reference/gdk/Makefile.am1
-rw-r--r--docs/reference/gtk/Makefile.am2
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/gdk/Makefile.am b/docs/reference/gdk/Makefile.am
index 61f9447db8..06c33f37c4 100644
--- a/docs/reference/gdk/Makefile.am
+++ b/docs/reference/gdk/Makefile.am
@@ -28,6 +28,7 @@ IGNORE_HFILES= \
gdkprivate.h \
gdk*private.h \
keyname-table.h \
+ wayland/xdg-shell-client-protocol.h \
win32 \
x11 \
quartz
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am
index 3d881b15d6..afa3c3d668 100644
--- a/docs/reference/gtk/Makefile.am
+++ b/docs/reference/gtk/Makefile.am
@@ -26,6 +26,8 @@ IGNORE_HFILES= \
gtkactionobservable.h \
gtk9slice.h \
gtkanimationdescription.h \
+ gtkdbusgenerated.c \
+ gtkdbusgenerated.h \
gtkdebug.h \
gtkactionhelper.h \
gtkapplicationprivate.h \