[geocode-glib/bilelmoussaoui/gi-docgen: 5/8] docs: drop remaining gtk-doc files




commit 71715dc600a8a16b4873d8b086b24014499957c9
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Fri Jan 14 13:28:59 2022 +0100

    docs: drop remaining gtk-doc files

 docs/geocode-glib-docs.xml | 39 ---------------------------------------
 docs/gtkdocentities.ent.in |  9 ---------
 docs/meson.build           | 29 -----------------------------
 docs/version.xml.in        |  1 -
 4 files changed, 78 deletions(-)
---
diff --git a/docs/meson.build b/docs/meson.build
index 9ce24fd..ca5179e 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -2,35 +2,6 @@ if get_option('enable-gtk-doc') and not get_option('enable-introspection')
   error('API reference requires introspection.')
 endif
 
-ent_conf = configuration_data()
-ent_conf.set('PACKAGE', 'Geocode-Glib')
-ent_conf.set('PACKAGE_BUGREPORT', 'https://bugzilla.gnome.org/enter_bug.cgi?product=geocode-glib')
-ent_conf.set('PACKAGE_NAME', 'Geocode-Glib')
-ent_conf.set('PACKAGE_STRING', meson.project_name())
-ent_conf.set('PACKAGE_TARNAME', '@0@-@1@'.format(meson.project_name(), meson.project_version()))
-ent_conf.set('PACKAGE_URL', 'http://wiki.gnome.org/Project/GeocodeGlib')
-ent_conf.set('PACKAGE_VERSION', meson.project_version())
-ent_conf.set('PACKAGE_API_VERSION', gclib_api_version)
-configure_file(input: 'gtkdocentities.ent.in', output: 'gtkdocentities.ent', configuration: ent_conf)
-
-private_headers = [
-  'config.h',
-
-  'geocode-glib-private.h',
-  'geocode-enum-types.h',
-  'geocode-nominatim-test.h',
-]
-
-version_xml_conf = configuration_data()
-version_xml_conf.set('VERSION', meson.project_version())
-configure_file(input: 'version.xml.in',
-               output: 'version.xml',
-               configuration: version_xml_conf)
-
-glib_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
-glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html')
-docpath = join_paths(datadir, 'gtk-doc', 'html')
-
 toml_conf = configuration_data()
 toml_conf.set('version', meson.project_version())
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]