From: Tiago Vignatti Date: Fri, 9 Nov 2012 22:33:10 +0000 (-0200) Subject: doc: Remove unused css and xslt for the protocol X-Git-Tag: submit/2.0alpha-wayland/20121121.142951~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5909dddc78573774bd3a93c280831a7d18d82994;hp=c77ba6bebc181d88851d802907b0016fd4f810fc;p=profile%2Fivi%2Fwayland.git doc: Remove unused css and xslt for the protocol This was added previously (commit 015c42e1) when we didn't have docbook formatted documentation. Now it became quite useless. Signed-off-by: Tiago Vignatti --- diff --git a/Makefile.am b/Makefile.am index 306d7b3..7f35034 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ if BUILD_DOCS doc_subdir = doc endif -SUBDIRS = src protocol $(doc_subdir) tests cursor +SUBDIRS = src $(doc_subdir) tests cursor ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} diff --git a/configure.ac b/configure.ac index f681fc9..a451948 100644 --- a/configure.ac +++ b/configure.ac @@ -116,6 +116,5 @@ AC_CONFIG_FILES([Makefile src/wayland-server.pc src/wayland-client.pc src/wayland-version.h - protocol/Makefile tests/Makefile]) AC_OUTPUT diff --git a/protocol/Makefile.am b/protocol/Makefile.am deleted file mode 100644 index 23554d1..0000000 --- a/protocol/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -if HAVE_XSLTPROC -doc_DATA = wayland.html -dist_doc_DATA = wayland-protocol.css wayland.xml protocol.xsl - -wayland.html: wayland.xml protocol.xsl - $(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol.xsl $(srcdir)/wayland.xml > $@ - -CLEANFILES = wayland.html -endif diff --git a/protocol/protocol.xsl b/protocol/protocol.xsl deleted file mode 100644 index 453b897..0000000 --- a/protocol/protocol.xsl +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - Wayland - - -

Wayland logo

-

Wayland Protocol Specification

- - - - - - - - - - - - -
- - - -
- -
-
- - - -
-

Table of Contents

-
    - -
-
-
- - - -
  • - - - - - - -
    - Requests: -
      - -
    -
    -
    - - - -
    - Events: -
      - -
    -
    -
    - - - -
    - Enums: -
      - -
    -
    -
    -
  • -
    - - - - - - - # - - - - - - - - - - - - - - - - - - -
  • - - - -
  • -
    - - - -
    - - - -

    - - - - - - -

    -

    Version:

    -

    - -
    -

    Requests

    - - -
    -
    - - -
    -

    Events

    - - -
    -
    - - -
    -

    Enums

    - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - -
    - - - -

    - :: - - - - -

    -

    - - Arguments: - - -
    -
    - - Values: - - -
    -
    -
    -
    -
    - - diff --git a/protocol/wayland-protocol.css b/protocol/wayland-protocol.css deleted file mode 100644 index 91f458a..0000000 --- a/protocol/wayland-protocol.css +++ /dev/null @@ -1,41 +0,0 @@ -body { padding: 0px 150px; } -h1 { margin: 40px 0px; color: #aaa; } -p { margin: 20px 0px; } -h1 img { vertical-align: middle; border-width: 0px; } -h2 { font-family: sans; color: #888; } -h3 { font-family: sans; color: #888; font-style: italic; } -a { color: #444; } -a:hover { color: #888; } -a:visited { color: #666; } -li { margin: 10px 0px }; -table { border: 1px solid gray;} - -.version { font-size: small } -div.interface { padding: 2% } - -div.requests div:nth-child(even) { background-color: #eeeeee; } -div.requests div { margin-left: 2%; padding-left: 2%; } -div.requests table { border: 0px; margin: 10px; } -div.requests table th { padding: 5px } -div.requests table td { padding: 5px } - -div.events div:nth-child(even) { background-color: #eeeeee; } -div.events div { margin-left: 2%; padding-left: 2%; } -div.events table { border: 0px; margin: 10px; } -div.events table th { padding: 5px } -div.events table td { padding: 5px } - -div.enums div:nth-child(even) { background-color: #eeeeee; } -div.enums div { margin-left: 2%; padding-left: 2%; } -div.enums table { border: 0px; margin: 10px; } -div.enums table th { padding: 5px } -div.enums table td { padding: 5px } - -.arg_name { font-family: monospace; padding:5px} -.arg_type { font-family: monospace; color: #338833; padding:5px } -.arg_value { font-family: monospace; color: #338833; padding:5px } -.arg_desc { font-style: italic;padding:5px; } -.mono { font-family: monospace; font-weight: bold; } - -div.toc span { font-size: 11pt; line-height: 150%; } -div.toc li li { line-height: 100%; margin: 0%; }