[gnome-calendar] Remove developer docs



commit 682e614e4b241e0a1dc505938078cbf9cbcf1804
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat May 4 12:28:24 2019 -0300

    Remove developer docs
    
    They're essentially useless.

 build-aux/flatpak/org.gnome.Calendar.json     |    3 +-
 doc/reference/gnome-calendar-decl-list.txt    |  558 ------
 doc/reference/gnome-calendar-decl.txt         | 2376 -------------------------
 doc/reference/gnome-calendar-docs.sgml        |   84 -
 doc/reference/gnome-calendar-overrides.txt    |    0
 doc/reference/gnome-calendar-sections.txt     |  578 ------
 doc/reference/gnome-calendar-undeclared.txt   |    4 -
 doc/reference/gnome-calendar-undocumented.txt |  256 ---
 doc/reference/gnome-calendar-unused.txt       |   26 -
 doc/reference/gnome-calendar.args             |  470 -----
 doc/reference/gnome-calendar.hierarchy        |  156 --
 doc/reference/gnome-calendar.interfaces       |   56 -
 doc/reference/gnome-calendar.prerequisites    |   19 -
 doc/reference/gnome-calendar.signals          |  234 ---
 doc/reference/gnome-calendar.types            |   31 -
 doc/reference/images/gcal-edit-dialog.png     |  Bin 17629 -> 0 bytes
 doc/reference/images/gcal-event-widget.png    |  Bin 3782 -> 0 bytes
 doc/reference/images/gcal-source-dialog.png   |  Bin 22993 -> 0 bytes
 doc/reference/images/gcal-window.png          |  Bin 35329 -> 0 bytes
 doc/reference/images/gcal-window_agendas.png  |  Bin 33195 -> 0 bytes
 doc/reference/meson.build                     |   49 -
 doc/reference/version.xml.in                  |    1 -
 doc/reference/xml/gtkdocentities.ent.in       |    7 -
 doc/reference/xml/meson.build                 |    7 -
 meson.build                                   |    6 -
 meson_options.txt                             |    1 -
 26 files changed, 1 insertion(+), 4921 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Calendar.json b/build-aux/flatpak/org.gnome.Calendar.json
index f93cbba5..500ccdd7 100644
--- a/build-aux/flatpak/org.gnome.Calendar.json
+++ b/build-aux/flatpak/org.gnome.Calendar.json
@@ -159,8 +159,7 @@
                 }
             ],
             "config-opts" : [
-                "-Dtracing=true",
-                "-Ddocumentation=true"
+                "-Dtracing=true"
             ]
         }
     ]
diff --git a/meson.build b/meson.build
index b4dc13de..01005f9f 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,6 @@ calendar_schemadir = join_paths(calendar_datadir, 'glib-2.0', 'schemas')
 calendar_buildtype = get_option('buildtype')
 calendar_debug = calendar_minor_version.is_odd() or calendar_buildtype.contains('debug')
 enable_tracing = get_option('tracing')
-enable_gtk_doc = get_option('documentation')
 
 cc = meson.get_compiler('c')
 
@@ -174,10 +173,6 @@ subdir('src')
 subdir('po')
 subdir('tests')
 
-if enable_gtk_doc
-  subdir('doc/reference')
-endif
-
 configure_file(
          output: 'config.h',
   configuration: config_h
@@ -191,6 +186,5 @@ output += '          Compiler ........................: ' + cc.get_id() + '\n\n'
 output += '      Development options\n'
 output += '          Enable Debug: ...................: ' + calendar_debug.to_string() + '\n'
 output += '          Enable Tracing: .................: ' + enable_tracing.to_string() + '\n'
-output += '          Enable Documentation: ...........: ' + enable_gtk_doc.to_string() + '\n\n'
 output += '    Now type "ninja -C ' + meson.build_root() + '" to build ' + meson.project_name() + '\n\n'
 message(output)
diff --git a/meson_options.txt b/meson_options.txt
index 27e07971..9dea77e6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1 @@
 option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
-option('documentation', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')


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