aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-03-28 20:11:54 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-03-28 20:11:54 +0000
commit0371f00a19e276cd9235e4579d887aacac773912 (patch)
treeda573746b0c1eb1583c0f54d5e95f36b64239cdc /tools-reference/text.xml
parentSilly capital that will drive me crazy if I don't fix it :) (diff)
downloaddevmanual-0371f00a19e276cd9235e4579d887aacac773912.tar.gz
devmanual-0371f00a19e276cd9235e4579d887aacac773912.tar.bz2
devmanual-0371f00a19e276cd9235e4579d887aacac773912.zip
Add the beginning of the tools reference section, and some new things for the syntax highlighting to recognize
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@29 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'tools-reference/text.xml')
-rw-r--r--tools-reference/text.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/tools-reference/text.xml b/tools-reference/text.xml
new file mode 100644
index 0000000..c4e711d
--- /dev/null
+++ b/tools-reference/text.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<guide self="tools-reference/">
+<chapter>
+<title>Tools Reference</title>
+
+<body>
+<p>
+This section provides an overview of various useful standard Unix and Gentoo
+tools and utilities that may be used within ebuilds or when working with
+ebuilds.
+</p>
+</body>
+
+<section>
+<title>Contents</title>
+<body>
+<contentsTree/>
+</body>
+</section>
+</chapter>
+
+<include href="bash/"/>
+<!--<include href="cat/"/>
+<include href="cut/"/>
+<include href="diff-and-patch/"/>
+<include href="echangelog/"/>
+<include href="echo/"/>
+<include href="ekeyword/"/>
+<include href="epkgmove/"/>
+<include href="false-and-true/"/>
+<include href="find/"/>
+<include href="gentoo-syntax/"/>
+<include href="glep31check/"/>
+<include href="grep/"/>
+<include href="head-and-tail/"/>
+<include href="repoman/"/>
+<include href="sed/"/>
+<include href="sort/"/>
+<include href="tr/"/>
+<include href="uniq/"/>
+<include href="xargs/"/>-->
+
+</guide>