summaryrefslogtreecommitdiff
path: root/examples/library/Makefile.am
diff options
context:
space:
mode:
authorCorentin Noël <tintou@noel.tf>2023-04-29 23:18:31 +0200
committerCorentin Noël <tintou@noel.tf>2023-04-29 23:25:36 +0200
commitb99435279a281f2c541100b693c96e67d6c1bd62 (patch)
tree804748ffd7a2e609689000996144c84f713a241f /examples/library/Makefile.am
parentf9b412e96d5618894158284289cf2a3fe6e7cbfd (diff)
downloadgobject-introspection-b99435279a281f2c541100b693c96e67d6c1bd62.tar.gz
Allow to specify the format of the documentationtintou/doc-format
Helps the consumers of the documentation to assume that the documentation is using gtk-doc format or gi-docgen.
Diffstat (limited to 'examples/library/Makefile.am')
-rw-r--r--examples/library/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/library/Makefile.am b/examples/library/Makefile.am
index e0c77cd5..b8c026e6 100644
--- a/examples/library/Makefile.am
+++ b/examples/library/Makefile.am
@@ -29,6 +29,7 @@ GISample_1_0_gir_FILES = $(source_c) $(source_h)
GISample_1_0_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir) $(GISAMPLE_CFLAGS)
GISample_1_0_gir_INCLUDES = GObject-2.0
GISample_1_0_gir_SCANNERFLAGS = --warn-all --symbol-prefix=gi_sample
+GISample_1_0_gir_DOC_FORMAT = gtk-doc
girdir = $(datadir)/gir-1.0
dist_gir_DATA = GISample-1.0.gir