diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-29 10:50:11 +1000 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-28 23:05:14 -0400 |
| commit | adf300dc135bd1467ee89b0145f391a26e4c531e (patch) | |
| tree | c2a3e76d03b40796ae9877b4e296bf35ce5c14f2 /doc | |
| parent | doc: move documentation from the tex file to docbook (diff) | |
| download | wayland-adf300dc135bd1467ee89b0145f391a26e4c531e.tar wayland-adf300dc135bd1467ee89b0145f391a26e4c531e.tar.gz wayland-adf300dc135bd1467ee89b0145f391a26e4c531e.tar.bz2 wayland-adf300dc135bd1467ee89b0145f391a26e4c531e.tar.lz wayland-adf300dc135bd1467ee89b0145f391a26e4c531e.tar.xz wayland-adf300dc135bd1467ee89b0145f391a26e4c531e.tar.zst wayland-adf300dc135bd1467ee89b0145f391a26e4c531e.zip | |
doc: remove unused example files
These files were left in as examples, we have real-world examples now.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Wayland/Makefile.am | 3 | ||||
| -rw-r--r-- | doc/Wayland/en_US/Chapter.xml | 32 | ||||
| -rw-r--r-- | doc/Wayland/en_US/Preface.xml | 12 | ||||
| -rw-r--r-- | doc/Wayland/en_US/Revision_History.xml | 26 | ||||
| -rw-r--r-- | doc/Wayland/en_US/Wayland.xml | 7 |
5 files changed, 0 insertions, 80 deletions
diff --git a/doc/Wayland/Makefile.am b/doc/Wayland/Makefile.am index 424314d..c9ee509 100644 --- a/doc/Wayland/Makefile.am +++ b/doc/Wayland/Makefile.am @@ -7,13 +7,10 @@ publican_sources = \ $(srcdir)/en_US/Architecture.xml \ $(srcdir)/en_US/Author_Group.xml \ $(srcdir)/en_US/Book_Info.xml \ - $(srcdir)/en_US/Chapter.xml \ - $(srcdir)/en_US/Preface.xml \ $(srcdir)/en_US/Wayland.xml \ $(srcdir)/en_US/WaylandProtocol.xml \ $(srcdir)/en_US/Compositors.xml \ $(srcdir)/en_US/Overview.xml \ - $(srcdir)/en_US/Revision_History.xml \ $(srcdir)/en_US/images/icon.svg \ $(srcdir)/en_US/images/wayland-architecture.png \ $(srcdir)/en_US/images/wayland.png \ diff --git a/doc/Wayland/en_US/Chapter.xml b/doc/Wayland/en_US/Chapter.xml deleted file mode 100644 index f89f28b..0000000 --- a/doc/Wayland/en_US/Chapter.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version='1.0' encoding='utf-8' ?> -<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ -<!ENTITY % BOOK_ENTITIES SYSTEM "Wayland.ent"> -%BOOK_ENTITIES; -]> -<chapter id="chap-Wayland-Test_Chapter"> - <title>Test Chapter</title> - <para> - This is a test paragraph - </para> - <section id="sect-Wayland-Test_Chapter-Test_Section_1"> - <title>Test Section 1</title> - <para> - This is a test paragraph in a section - </para> - </section> - - <section id="sect-Wayland-Test_Chapter-Test_Section_2"> - <title>Test Section 2</title> - <para> - This is a test paragraph in Section 2 - <orderedlist> - <listitem> - <para> - listitem text - </para> - </listitem> - </orderedlist> - </para> - </section> - -</chapter> diff --git a/doc/Wayland/en_US/Preface.xml b/doc/Wayland/en_US/Preface.xml deleted file mode 100644 index 610170a..0000000 --- a/doc/Wayland/en_US/Preface.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version='1.0' encoding='utf-8' ?> -<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ -<!ENTITY % BOOK_ENTITIES SYSTEM "Wayland.ent"> -%BOOK_ENTITIES; -]> -<preface id="pref-Wayland-Preface"> - <title>Preface</title> - <xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - </xi:fallback> - </xi:include> -</preface> diff --git a/doc/Wayland/en_US/Revision_History.xml b/doc/Wayland/en_US/Revision_History.xml deleted file mode 100644 index ef0907a..0000000 --- a/doc/Wayland/en_US/Revision_History.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version='1.0' encoding='utf-8' ?> -<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ -<!ENTITY % BOOK_ENTITIES SYSTEM "Wayland.ent"> -%BOOK_ENTITIES; -]> -<appendix id="appe-Wayland-Revision_History"> - <title>Revision History</title> - <simpara> - <revhistory> - <revision> - <revnumber>0-0</revnumber> - <date>Thu Feb 23 2012</date> - <author> - <firstname>Dude</firstname> - <surname>McPants</surname> - <email>Dude.McPants@example.com</email> - </author> - <revdescription> - <simplelist> - <member>Initial creation of book by publican</member> - </simplelist> - </revdescription> - </revision> - </revhistory> - </simpara> -</appendix> diff --git a/doc/Wayland/en_US/Wayland.xml b/doc/Wayland/en_US/Wayland.xml index d591a22..12766ff 100644 --- a/doc/Wayland/en_US/Wayland.xml +++ b/doc/Wayland/en_US/Wayland.xml @@ -5,18 +5,11 @@ ]> <book> <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <!-- - <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="Chapter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - --> <xi:include href="Overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="Architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="WaylandProtocol.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="Compositors.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="Protocol.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <!-- - <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - --> <index /> </book> |
