diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-29 08:42:26 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-29 12:46:00 +1000 |
commit | f48355cad31906873baff236cf9b7d3da1c8b0a8 (patch) | |
tree | 55e4344447a5188d09f1596509edef1aa6712a09 | |
parent | 125289a0d7a8675cf9207c26d808f69f24465c49 (diff) |
doc: Comment out some of the default chapters
I'll leave them in for now as a template for how things looked originally,
this can be removed later.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | doc/Wayland/en-US/Wayland.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Wayland/en-US/Wayland.xml b/doc/Wayland/en-US/Wayland.xml index 20119f5..acec682 100644 --- a/doc/Wayland/en-US/Wayland.xml +++ b/doc/Wayland/en-US/Wayland.xml @@ -5,9 +5,14 @@ ]> <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="Architecture.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> + |