~ubuntu-branches/ubuntu/trusty/wayland/trusty

« back to all changes in this revision

Viewing changes to doc/Wayland/en_US/Wayland.xml

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-08-16 14:52:50 UTC
  • mfrom: (1.1.7) (0.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120816145250-2vzbecyl9b3ccc2z
Tags: 0.95.0-0ubuntu1
* Merge from unreleased debian git, remaining changes
  - debian/gbp.conf:
    Point to ubuntu and upstream-ubuntu branches; use pristine-tar
  - debian/rules:
    Switch the gentarball target to generate tarball from upstream-ubuntu.
* Drop lintian overrides, get more in sync with the Debian packaging.
* Drop Replaces/Conflicts against the old package names, not needed
  anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='utf-8' ?>
 
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 
3
<!ENTITY % BOOK_ENTITIES SYSTEM "Wayland.ent">
 
4
%BOOK_ENTITIES;
 
5
]>
 
6
<book>
 
7
  <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 
8
  <xi:include href="Overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 
9
  <xi:include href="Architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 
10
  <xi:include href="Protocol.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 
11
  <xi:include href="Compositors.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 
12
  <xi:include href="ProtocolSpec.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 
13
  <index />
 
14
</book>
 
15