CHanges to fix broken docs build (sorry!). Disabled build of IDL docs since
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 22 Nov 2001 11:55:47 +0000 (11:55 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 22 Nov 2001 11:55:47 +0000 (11:55 +0000)
gtk-doc may not be able to scan the IDL correctly.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@110 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
docs/.cvsignore
docs/reference/.cvsignore [new file with mode: 0644]
docs/reference/Makefile.am
docs/reference/cspi/.cvsignore [new file with mode: 0644]
docs/reference/idl/.cvsignore [new file with mode: 0644]
docs/reference/idl/at-spi-idl-docs.sgml [new file with mode: 0644]
docs/reference/idl/at-spi-idl-overrides.txt [new file with mode: 0644]
docs/reference/idl/at-spi-idl-sections.txt [new file with mode: 0644]

index f88a755..7fe2591 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2001-22-11  Bill Haneman  <bill.haneman@sun.com>
+
+       * docs/reference/idl/at-spi-idl-docs.sgml:
+       * docs/reference/idl/at-spi-idl-sections.txt:
+       * docs/reference/idl/at-spi-idl-overrides.txt:
+       Added missing files.
+
+       * docs/reference/Makefile.am:
+       removed idl from SUBDIRS until we can figure a way to get gtk-doc
+       to scan the IDL files :-(
+
+       * docs/reference:
+       * docs/cspi:
+       * docs/idl:
+       Added .cvsignore files.
+       
 2001-21-11  Bill Haneman  <bill.haneman@sun.com>
 
        * libspi/deviceeventcontroller.c:
index 6a3e62c..282522d 100644 (file)
@@ -1,18 +1,2 @@
 Makefile
 Makefile.in
-html-build.stamp
-html.stamp
-sgml-build.stamp
-sgml.stamp
-tmpl-build.stamp
-tmpl.stamp
-at-spi-unused.txt
-scan-build.stamp
-at-spi.signals
-at-spi.hierarchy
-at-spi.args
-at-spi-decl.txt
-at-spi-decl-list.txt
-html
-at-spi-undocumented.txt
-sgml
diff --git a/docs/reference/.cvsignore b/docs/reference/.cvsignore
new file mode 100644 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
index 5a2c093..f7f2fd2 100644 (file)
@@ -1,3 +1,3 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = cspi idl
+SUBDIRS = cspi
diff --git a/docs/reference/cspi/.cvsignore b/docs/reference/cspi/.cvsignore
new file mode 100644 (file)
index 0000000..bf90b8f
--- /dev/null
@@ -0,0 +1,18 @@
+Makefile
+Makefile.in
+html-build.stamp
+html.stamp
+sgml-build.stamp
+sgml.stamp
+tmpl-build.stamp
+tmpl.stamp
+at-spi-cspi-unused.txt
+scan-build.stamp
+at-spi-cspi.signals
+at-spi-cspi.hierarchy
+at-spi-cspi.args
+at-spi-cspi-decl.txt
+at-spi-cspi-decl-list.txt
+html
+at-spi-cspi-undocumented.txt
+sgml
diff --git a/docs/reference/idl/.cvsignore b/docs/reference/idl/.cvsignore
new file mode 100644 (file)
index 0000000..c4f6134
--- /dev/null
@@ -0,0 +1,18 @@
+Makefile
+Makefile.in
+html-build.stamp
+html.stamp
+sgml-build.stamp
+sgml.stamp
+tmpl-build.stamp
+tmpl.stamp
+at-spi-idl-unused.txt
+scan-build.stamp
+at-spi-idl.signals
+at-spi-idl.hierarchy
+at-spi-idl.args
+at-spi-idl-decl.txt
+at-spi-idl-decl-list.txt
+html
+at-spi-idl-undocumented.txt
+sgml
diff --git a/docs/reference/idl/at-spi-idl-docs.sgml b/docs/reference/idl/at-spi-idl-docs.sgml
new file mode 100644 (file)
index 0000000..3f1ee00
--- /dev/null
@@ -0,0 +1,28 @@
+<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
+<!entity at-spi-idl-accessible SYSTEM "sgml/Accessible.sgml">
+<!entity at-spi-idl-registry SYSTEM "sgml/Registry.sgml">
+<!entity at-spi-idl-application SYSTEM "sgml/Application.sgml">
+<!entity at-spi-idl-action SYSTEM "sgml/Action.sgml">
+]>
+
+<book>
+  <bookinfo>
+    <title>AT-SPI Reference Manual : Basic Interface Definitions</title>
+  </bookinfo>
+   <chapter id="registry">
+    <title>The Accessibility Registry</title>
+    &at-spi-idl-registry;
+   </chapter>
+   <chapter id="accessible">
+    <title>Primary Accessibility Interface, Accessible</title>
+    &at-spi-idl-accessible;
+  </chapter>
+  <chapter id="application">
+    <title>Applications and Desktops</title>
+    &at-spi-idl-application;
+  </chapter>
+  <chapter id="action">
+    <title>Subinterfaces</title>
+    &at-spi-idl-action;
+  </chapter>
+</book>
diff --git a/docs/reference/idl/at-spi-idl-overrides.txt b/docs/reference/idl/at-spi-idl-overrides.txt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/docs/reference/idl/at-spi-idl-sections.txt b/docs/reference/idl/at-spi-idl-sections.txt
new file mode 100644 (file)
index 0000000..a4daa24
--- /dev/null
@@ -0,0 +1,21 @@
+<SECTION>
+<FILE>Registry</FILE>
+<TITLE>The Accessibility Registry</TITLE>
+</SECTION>
+
+<SECTION>
+<FILE>Accessible</FILE>
+<TITLE>Basic Accessibility Interface, Accessible</TITLE>
+</SECTION>
+
+<SECTION>
+<FILE>Application</FILE>
+<TITLE>Applications and Desktops</TITLE>
+<SUBSECTION Desktops>
+</SECTION>
+
+<SECTION>
+<FILE>Action</FILE>
+<TITLE>Action Interface</TITLE>
+</SECTION>
+