[orca] Remove ancient, unmaintained, no-longer-accurate docs



commit 9404446850b368c513b9024e1782c4a3ba510dd8
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Apr 27 15:55:51 2020 -0400

    Remove ancient, unmaintained, no-longer-accurate docs
    
    The docs from the old Sun days are nearly a decade old, and haven't been
    maintained for nearly that long. They have very little connection to
    reality and thus introduce more confusion than insight. It would be less
    work to start from scratch than to update these.

 Makefile.am                                    |    1 -
 README.md                                      |    3 +-
 docs/.cvsignore                                |    2 -
 docs/doc-set/README                            |   16 -
 docs/doc-set/architecture.jpg                  |  Bin 140968 -> 0 bytes
 docs/doc-set/architecture.png                  |  Bin 703147 -> 0 bytes
 docs/doc-set/architecture.sgml                 |  364 ------
 docs/doc-set/blurb.sgml                        |   18 -
 docs/doc-set/braille_usage.jpg                 |  Bin 87410 -> 0 bytes
 docs/doc-set/brailleevent_handling_general.jpg |  Bin 34774 -> 0 bytes
 docs/doc-set/brailleevent_handling_script.jpg  |  Bin 46134 -> 0 bytes
 docs/doc-set/brailleevent_registration.jpg     |  Bin 23466 -> 0 bytes
 docs/doc-set/diagrams.odg                      |  Bin 139196 -> 0 bytes
 docs/doc-set/diagrams.sxd                      |  Bin 108083 -> 0 bytes
 docs/doc-set/docbook-utils.dsl                 |  115 --
 docs/doc-set/init_id.jpg                       |  Bin 117508 -> 0 bytes
 docs/doc-set/inputeventhandler_calling.jpg     |  Bin 41033 -> 0 bytes
 docs/doc-set/inputeventhandler_creation.jpg    |  Bin 14105 -> 0 bytes
 docs/doc-set/internals.html                    | 1356 -----------------------
 docs/doc-set/internals.pdf                     |  Bin 225209 -> 0 bytes
 docs/doc-set/internals.sgml                    |  266 -----
 docs/doc-set/keyevent_handling_general.jpg     |  Bin 60467 -> 0 bytes
 docs/doc-set/keyevent_registration.jpg         |  Bin 41772 -> 0 bytes
 docs/doc-set/keyevent_script.jpg               |  Bin 47704 -> 0 bytes
 docs/doc-set/legal.sgml                        |    5 -
 docs/doc-set/objectevent_handling.jpg          |  Bin 102854 -> 0 bytes
 docs/doc-set/objectevent_registration.jpg      |  Bin 42208 -> 0 bytes
 docs/doc-set/script.jpg                        |  Bin 146189 -> 0 bytes
 docs/doc-set/script_guide.sgml                 | 1403 ------------------------
 docs/pydoc/.cvsignore                          |   39 -
 docs/pydoc/Makefile.am                         |   86 --
 31 files changed, 1 insertion(+), 3673 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c9048e117..22bd40e54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 SUBDIRS = docs icons po src help
 
 DISTCHECK_CONFIGURE_FLAGS =     \
-       --enable-pydoc          \
        --disable-scrollkeeper
 
 DISTCLEANFILES =                \
diff --git a/README.md b/README.md
index 5f612e128..721ddb0c9 100644
--- a/README.md
+++ b/README.md
@@ -86,5 +86,4 @@ within Orca as well as at: <https://help.gnome.org/users/orca/stable/>
 
 So, you want to write a script for Orca?  The best thing to do is 
 start by looking at other scripts under the src/orca/scripts/ hierarchy
-of the source tree.  Also, the docs/doc-set/internals.html file contains
-detailed information about the internal workings of Orca.
+of the source tree.
\ No newline at end of file


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