aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2006-02-20 14:23:21 +0000
committerTim Yamin <plasmaroo@gentoo.org>2006-02-20 14:23:21 +0000
commit64c84bfc95d60bb4aa7f29b7ad3769c0572f164a (patch)
tree5d98ee25a8f4f84e1cc6d46c3990d00a27339ee6 /ebuild-writing/text.xml
parentSet up basic repo structure (diff)
downloaddevmanual-64c84bfc95d60bb4aa7f29b7ad3769c0572f164a.tar.gz
devmanual-64c84bfc95d60bb4aa7f29b7ad3769c0572f164a.tar.bz2
devmanual-64c84bfc95d60bb4aa7f29b7ad3769c0572f164a.zip
Initial commit :)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@2 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'ebuild-writing/text.xml')
-rw-r--r--ebuild-writing/text.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ebuild-writing/text.xml b/ebuild-writing/text.xml
new file mode 100644
index 0000000..b0227ea
--- /dev/null
+++ b/ebuild-writing/text.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<guide self="ebuild-writing/">
+<chapter>
+<title>Ebuild Writing</title>
+
+<body>
+<p>
+This section covers some general concepts with which you should be familiar when
+writing ebuilds or working with the portage tree.
+</p>
+</body>
+</chapter>
+<include href="ebuild-functions/text.xml"/>
+</guide>