diff options
-rw-r--r-- | doc/reference/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 3f3c2ab..5dee58a 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -59,8 +59,7 @@ EXTRA_HFILES= # Header files to ignore when scanning. Use base file name, no paths # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=int.h parser_aux.h structure.h element.h gstr.h \ - arg-nonnull.h link-warning.h stddef.h stdint.h wchar.h +IGNORE_HFILES=int.h parser_aux.h structure.h element.h gstr.h gllib # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |