[gnome-panel/wip/muktupavels/drop-docs] remove gtk-doc




commit 1e069ad6c519c2680055380e7f769f5309337a14
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Oct 5 14:58:50 2022 +0300

    remove gtk-doc
    
    https://gitlab.gnome.org/GNOME/gnome-panel/-/issues/32

 COPYING-DOCS                                       | 355 ---------------------
 Makefile.am                                        |   7 -
 autogen.sh                                         |   1 -
 configure.ac                                       |   9 -
 docs/Makefile.am                                   |   7 -
 docs/reference/Makefile.am                         |   7 -
 docs/reference/libgnome-panel/Makefile.am          | 100 ------
 .../libgnome-panel/libgnome-panel-docs.xml         |  44 ---
 .../libgnome-panel/libgnome-panel-overrides.txt    |   0
 9 files changed, 530 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index bf07024f6..e4dd87d04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,19 +4,13 @@ SUBDIRS = \
        libgnome-panel \
        modules \
        gnome-panel \
-       docs \
        help \
        data \
        man \
        po \
        $(NULL)
 
-AM_DISTCHECK_CONFIGURE_FLAGS = \
-       --enable-gtk-doc \
-       $(NULL)
-
 EXTRA_DIST = \
-       COPYING-DOCS \
        HACKING \
        README.md \
        $(NULL)
@@ -31,7 +25,6 @@ MAINTAINERCLEANFILES = \
        $(srcdir)/INSTALL \
        $(srcdir)/config.h.in~ \
        $(srcdir)/configure \
-       $(srcdir)/gtk-doc.make \
        $(srcdir)/po/Makefile.in.in \
        $(srcdir)/po/Makevars.template \
        $(srcdir)/po/Rules-quot \
diff --git a/autogen.sh b/autogen.sh
index 6529e77e9..16a82c9df 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,7 +24,6 @@ fi
 
 set -x
 aclocal --install || exit 1
-gtkdocize --copy || exit 1
 autoreconf --verbose --force --install -Wno-portability || exit 1
 { set +x; } 2>/dev/null
 
diff --git a/configure.ac b/configure.ac
index 8cfe60f1b..48cb8fda0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,10 +256,6 @@ dnl **************************************************************************
 
 AC_STRUCT_DIRENT_D_TYPE
 
-dnl gtk-doc stuff
-
-GTK_DOC_CHECK([1.25], [--flavour no-tmpl])
-
 dnl yelp-tools stuff
 
 YELP_HELP_INIT
@@ -292,10 +288,6 @@ AC_CONFIG_FILES([
 
   libgnome-panel/Makefile
 
-  docs/Makefile
-  docs/reference/Makefile
-  docs/reference/libgnome-panel/Makefile
-
   help/Makefile
   help/clock/Makefile
   help/fish/Makefile
@@ -345,5 +337,4 @@ echo ""
 echo "  Maintainer mode .................: ${USE_MAINTAINER_MODE}"
 echo ""
 echo "  Evolution-Data-Server support ...: ${enable_eds}"
-echo "  Build gtk-doc documentation .....: ${enable_gtk_doc}"
 echo ""


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