diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-01-11 11:34:46 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-01-11 11:34:46 +0100 |
commit | f15fc181b1473a9bb539e65658a02c7231be9a47 (patch) | |
tree | f8e6d7ba7432695a48d7ab0b6dc4c7c07531ae5c | |
parent | c6bb21d0d7d322f9cbba19e5d5e8aa9ecb914560 (diff) | |
download | libtasn1-f15fc181b1473a9bb539e65658a02c7231be9a47.tar.gz libtasn1-f15fc181b1473a9bb539e65658a02c7231be9a47.tar.bz2 libtasn1-f15fc181b1473a9bb539e65658a02c7231be9a47.zip |
Fix ignore.
-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 |