summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-03-13 18:12:38 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2017-03-13 18:13:18 +0000
commita1e2f314de3d37b8c543e7402d55d3ab93097abe (patch)
tree3d2bd11589bd7d28d6cea5b4f4785edc0bd6c0e7 /doc
parent0273e08ed61d2d83fb0308be05583e9a2741adb2 (diff)
downloadjson-glib-a1e2f314de3d37b8c543e7402d55d3ab93097abe.tar.gz
build: Ignore 'config.h' when building the API reference
It's an internal header.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am1
-rw-r--r--doc/reference/meson.build2
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 9650ce0..a497e9c 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -15,6 +15,7 @@ HFILE_GLOB = $(top_srcdir)/json-glib/*.h $(top_builddir)/json-glib/*.h
CFILE_GLOB = $(top_srcdir)/json-glib/*.c
IGNORE_HFILES = \
+ config.h \
json-scanner.h \
json-types-private.h \
json-gobject-private.h \
diff --git a/doc/reference/meson.build b/doc/reference/meson.build
index 0aaa709..238b840 100644
--- a/doc/reference/meson.build
+++ b/doc/reference/meson.build
@@ -1,6 +1,8 @@
subdir('xml')
private_headers = [
+ 'config.h',
+
'json-debug.h',
'json-enum-types.h',
'json-glib.h',