summaryrefslogtreecommitdiff
path: root/doc/xml/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/xml/meson.build')
-rw-r--r--doc/xml/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/xml/meson.build b/doc/xml/meson.build
new file mode 100644
index 0000000..5e1c7da
--- /dev/null
+++ b/doc/xml/meson.build
@@ -0,0 +1,9 @@
+ent_conf = configuration_data()
+ent_conf.set('PACKAGE', 'Clutter-GTK')
+ent_conf.set('PACKAGE_BUGREPORT', 'https://bugzilla.gnome.org/enter_bug.cgi?product=clutter-gtk')
+ent_conf.set('PACKAGE_NAME', 'Clutter-GTK')
+ent_conf.set('PACKAGE_STRING', 'clutter-gtk')
+ent_conf.set('PACKAGE_TARNAME', '@0@-@1@'.format(meson.project_name(), meson.project_version()))
+ent_conf.set('PACKAGE_URL', '')
+ent_conf.set('PACKAGE_VERSION', meson.project_version())
+configure_file(input: 'gtkdocentities.ent.in', output: 'gtkdocentities.ent', configuration: ent_conf)