diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2016-11-06 19:05:58 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-04 22:56:33 +0100 |
commit | 4ec6055394410180956b21ae49ddbcf17f5f475f (patch) | |
tree | 1e746d4c49e4fbcf40f718a840158d73ff8342c8 | |
parent | 17ef691e9b3ebd475b01d1e623d3df7b1f534dfa (diff) | |
download | gobject-introspection-4ec6055394410180956b21ae49ddbcf17f5f475f.tar.gz |
build: Install the gir-1.2 schema system-wide
Install the schema to $(datadir)/glib-2.0/schemas, so that projects
which depend on GLib can validate their GIR files at build or
distribution time.
https://bugzilla.gnome.org/show_bug.cgi?id=774019
-rw-r--r-- | docs/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index d2162476..f47966dd 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,3 +1,7 @@ if ENABLE_GTK_DOC SUBDIRS = reference endif + +# Install the gir-1.2 schema +schemadir = $(datadir)/gir-1.0 +dist_schema_DATA = gir-1.2.rnc |