summaryrefslogtreecommitdiff
path: root/manual/xml/sessions.xml
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-02-15 03:49:43 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-02-15 03:49:43 +0000
commitb8a6f94325c46a4129922ad3dbb61ca30761299b (patch)
treef6e688825a494d98ba9dd55157fe695f3d721985 /manual/xml/sessions.xml
parent7f0f19597ae605c10d37a9f6e749c49c254d2700 (diff)
Add a help target(the default target) and format target to the manual
Makefile Reformat the docs, I explained in a prior commit why this modifies every file git-svn-id: svn://localhost/ardour2/trunk@1463 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xml/sessions.xml')
-rw-r--r--manual/xml/sessions.xml38
1 files changed, 14 insertions, 24 deletions
diff --git a/manual/xml/sessions.xml b/manual/xml/sessions.xml
index e7c153ee1c..a9e31f5790 100644
--- a/manual/xml/sessions.xml
+++ b/manual/xml/sessions.xml
@@ -1,39 +1,29 @@
<?xml version="1.0" standalone="no"?>
+
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<section id="sn-sessions">
-
- <title>Sessions</title>
-
- <para>
- This chapter covers the basics of starting a new project with Ardour,
- including how to set up a session.
- </para>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ <title>Sessions</title>
+ <para>
+ This chapter covers the basics of starting a new project with Ardour,
+ including how to set up a session.
+ </para>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="starting_up_your_system.xml" />
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="creating_a_new_session.xml" />
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="adding_tracks.xml" />
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="opening_a_session.xml" />
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="saving_a_session.xml" />
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="templates.xml" />
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="closing_a_session.xml" />
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="cleaning_up_a_session.xml" />
-
</section>