diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2015-02-18 10:55:34 +0000 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2015-02-18 11:38:37 +0000 |
commit | 8c32f403fb65ef4363303c5e2b019e4ade02c0c5 (patch) | |
tree | fa16773c17bdebc2e89a155543b3944c5bab3fd5 /docs/reference/gtk/Makefile.am | |
parent | a0a1ea10a8d412b60285beea22acd127e50c0fdd (diff) | |
download | gtk+-8c32f403fb65ef4363303c5e2b019e4ade02c0c5.tar.gz |
docs: Ignore generated files when building documentation
Diffstat (limited to 'docs/reference/gtk/Makefile.am')
-rw-r--r-- | docs/reference/gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |