[gnome-builder/wip/chergert/readthedocs] docs: start by removing all the old documentation stuffs
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/readthedocs] docs: start by removing all the old documentation stuffs
- Date: Wed, 22 Feb 2017 02:48:17 +0000 (UTC)
commit cc7e9acbd43ed7d10da15275347a3021680c34f4
Author: Christian Hergert <chergert redhat com>
Date: Tue Feb 21 18:47:58 2017 -0800
docs: start by removing all the old documentation stuffs
I don't like the old gtk-doc stuff at all, so lets give readthedocs a shot
and see if we can make something more useful for people.
configure.ac | 21 +-
doc/DESIGN.md | 350 ----
doc/Makefile.am | 7 +-
doc/ROADMAP.md | 148 --
doc/examples/Makefile.am | 4 +-
doc/examples/scripts/Makefile.am | 6 -
doc/examples/scripts/README.md | 13 -
doc/examples/scripts/search-provider.py | 26 -
doc/reference/Makefile.am | 3 -
doc/reference/libide/Makefile.am | 104 -
doc/reference/libide/libide-docs.sgml | 132 --
doc/reference/libide/libide-sections.txt | 2427 ------------------------
doc/reference/libide/meson.build | 38 -
doc/reference/libide/version.xml.in | 1 -
doc/reference/libide/xml/gtkdocentities.ent.in | 7 -
doc/reference/libide/xml/meson.build | 13 -
doc/reference/libide/xml/tree_index.sgml | 11 -
17 files changed, 5 insertions(+), 3306 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b9a2c1a..e8fa3a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -375,19 +375,6 @@ AM_CONDITIONAL([ENABLE_TESTS], test "$enable_tests" = "yes")
dnl ***********************************************************************
-dnl Support for gtk-doc Documentation Engine
-dnl ***********************************************************************
-GTK_DOC_CHECK([1.11],[--flavour no-tmpl])
-AM_CONDITIONAL(ENABLE_GTK_DOC, test "x$enable_gtk_doc" = "xyes")
-AC_ARG_ENABLE(doc-cross-references,
- AS_HELP_STRING([--disable-doc-cross-references],
- [cross reference symbols from other libraries @<:@default=yes@:>@]),
- enable_doc_cross_references=$enableval,
- enable_doc_cross_references=yes)
-AM_CONDITIONAL(ENABLE_DOC_CROSS_REFERENCES, test x$enable_doc_cross_references != xno)
-
-
-dnl ***********************************************************************
dnl Setup Various Compiler Optimizations
dnl ***********************************************************************
AC_MSG_CHECKING([whether to enable optimized builds])
@@ -535,14 +522,10 @@ AC_CONFIG_FILES([
data/style-schemes/Makefile
data/template-glib-1.0.pc
data/org.gnome.Builder.desktop.in
-
data/gsettings/org.gnome.builder.code-insight.gschema.xml
+
doc/Makefile
doc/examples/Makefile
- doc/examples/scripts/Makefile
- doc/reference/Makefile
- doc/reference/libide/Makefile
- doc/reference/libide/version.xml
help/Makefile
@@ -575,8 +558,6 @@ echo " Enable Debug ......................... : ${enable_debug}"
echo " Enable Tracing ....................... : ${enable_tracing}"
echo " Enable Profiling (-pg)................ : ${enable_profiling}"
echo " Build Test Suite ..................... : ${enable_tests}"
-echo " Build API reference .................. : ${enable_gtk_doc}"
-echo " Use cross-referencing in API docs .... : ${enable_doc_cross_references}"
echo " Sanitizer ............................ : ${with_sanitizer}"
echo ""
echo " Plugins"
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0b6f1dd..36da204 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,3 @@
-SUBDIRS = examples reference
-
-EXTRA_DIST = \
- DESIGN.md \
- ROADMAP.md \
- $(NULL)
+SUBDIRS = examples
-include $(top_srcdir)/git.mk
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 1549c97..7a11fe6 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,3 +1,5 @@
-SUBDIRS = scripts
+EXTRA_DIST = \
+ plugins/sample-plugin/sample-plugin.plugin \
+ plugins/sample-plugin/sample_plugin.py
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]