summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-01-07 13:10:28 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-01-07 13:10:28 +0100
commit2de2098b589972b457351f1295ff7a7fa6774a63 (patch)
treee0152642082e212f4126b622a626e020b0e243d6
parentMake the main Table of Contents more terse. (diff)
downloaddevmanual-2de2098b589972b457351f1295ff7a7fa6774a63.tar.gz
devmanual-2de2098b589972b457351f1295ff7a7fa6774a63.tar.bz2
devmanual-2de2098b589972b457351f1295ff7a7fa6774a63.zip
Add ebuild-writing chapter intro page.
-rw-r--r--chunk.toc2
-rw-r--r--content/ebuild-writing.xmli14
-rw-r--r--main.docbook1
3 files changed, 17 insertions, 0 deletions
diff --git a/chunk.toc b/chunk.toc
index eb755f9..b412bd1 100644
--- a/chunk.toc
+++ b/chunk.toc
@@ -26,6 +26,8 @@
<d:tocentry linkend="general-concepts.user-environment"><?dbhtml filename="general-concepts/user-environment.html"?></d:tocentry>
<d:tocentry linkend="general-concepts.virtuals"><?dbhtml filename="general-concepts/virtuals.html"?></d:tocentry>
</d:tocentry>
+ <d:tocentry linkend="ebuild-writing"><?dbhtml filename="ebuild-writing.html"?>
+ </d:tocentry>
</d:tocentry>
</toc>
diff --git a/content/ebuild-writing.xmli b/content/ebuild-writing.xmli
new file mode 100644
index 0000000..a5c11a2
--- /dev/null
+++ b/content/ebuild-writing.xmli
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook"
+ xmlns:xl="http://www.w3.org/1999/xlink"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xml:id="ebuild-writing">
+
+ <title>Ebuild Writing</title>
+
+ <para>
+ This section describes how to write an ebuild. It covers the basic format of an ebuild and the variables and
+ functions available, and finishes off with some general notes and extended examples.
+ </para>
+
+</chapter>
diff --git a/main.docbook b/main.docbook
index 1740a28..5d21d01 100644
--- a/main.docbook
+++ b/main.docbook
@@ -123,4 +123,5 @@
<xi:include parse="xml" href="content/quickstart.xmli" />
<xi:include parse="xml" href="content/general-concepts.xmli" />
+ <xi:include parse="xml" href="content/ebuild-writing.xmli" />
</book>