summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-05-20 19:51:49 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-05-22 13:29:59 +0200
commitf2728701b2e537a3000d570f1c1bfc1dd979f12e (patch)
treef5ecbf1d8622790507f752c524f63ebb86de1fe0 /docs
parent3ec351c10647626a9ef7190f67b4e3838c9867dc (diff)
downloadlibmediaart-f2728701b2e537a3000d570f1c1bfc1dd979f12e.tar.gz
Remove Autotools
There is no point in keeping two build systems in parallel, especially when one of them is Autotools.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am13
-rw-r--r--docs/reference/Makefile.am1
-rw-r--r--docs/reference/libmediaart/Makefile.am58
3 files changed, 0 insertions, 72 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
deleted file mode 100644
index b407dcb..0000000
--- a/docs/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-SUBDIRS = reference
-
-# require gtk-doc when making dist
-#
-if ENABLE_GTK_DOC
-dist-check-gtk-doc:
-else
-dist-check-gtk-doc:
- @echo "*** gtk-doc must be enabled in order to make dist"
- @false
-endif
-
-dist-hook: dist-check-gtk-doc
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
deleted file mode 100644
index a2fe813..0000000
--- a/docs/reference/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = libmediaart
diff --git a/docs/reference/libmediaart/Makefile.am b/docs/reference/libmediaart/Makefile.am
deleted file mode 100644
index 0b8db7b..0000000
--- a/docs/reference/libmediaart/Makefile.am
+++ /dev/null
@@ -1,58 +0,0 @@
-AUTOMAKE_OPTIONS = 1.6
-
-# The name of the module.
-DOC_MODULE=libmediaart
-
-# The top-level SGML file.
-DOC_MAIN_SGML_FILE=libmediaart-docs.xml
-
-# Extra options to supply to gtkdoc-scan
-SCAN_OPTIONS=
-
-# Extra options to pass to gtkdoc-scangobj
-# SCANGOBJ_OPTIONS=--type-init-func="gtk_type_init(0)"
-
-# The directory containing the source code. Relative to $(srcdir)
-DOC_SOURCE_DIR=$(top_srcdir)/libmediaart
-
-# Used for dependencies
-HFILE_GLOB=$(top_srcdir)/libmediaart/*.h
-CFILE_GLOB=$(top_srcdir)/libmediaart/*.c
-
-# Header files to ignore when scanning
-IGNORE_HFILES=$(top_srcdir)/libmediaart/storage.h
-
-# CFLAGS and LDFLAGS for compiling scan program. Only needed
-# if $(DOC_MODULE).types is non-empty.
-AM_CPPFLAGS = \
- -DMEDIAART_COMPILATION \
- $(LIBMEDIAART_CFLAGS)
-
-GTKDOC_LIBS = \
- $(top_builddir)/src/libmediaart/libmediaart-@MEDIAART_API_VERSION@.la \
- $(LIBMEDIAART_LIBS)
-
-# Extra options to supply to gtkdoc-mkdb
-MKDB_OPTIONS=--sgml-mode --output-format=xml
-
-# Extra options to supply to gtkdoc-mkhtml
-MKHTML_OPTIONS=--path="$(abs_builddir)"
-
-# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
-content_files = version.xml overview.sgml
-
-expand_content_files =
-
-# Images to copy into HTML directory
-HTML_IMAGES =
-
-# Extra options to supply to gtkdoc-fixref
-FIXXREF_OPTIONS=\
- --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
- --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
- --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gio
-
-include $(top_srcdir)/gtk-doc.make
-
-# Other files to distribute
-EXTRA_DIST += version.xml.in meson.build