aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-05-03 06:23:06 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-05-03 06:23:06 +0000
commit076c949b6d901e7678a3d64efd1b9b1a2cb19299 (patch)
tree1f791dc1b20d66384a148697b524a4c126960aa1 /quickstart/text.xml
parentAdding the last xml files, then I'll fix all of the addresses in one shot (diff)
downloaddevmanual-076c949b6d901e7678a3d64efd1b9b1a2cb19299.tar.gz
devmanual-076c949b6d901e7678a3d64efd1b9b1a2cb19299.tar.bz2
devmanual-076c949b6d901e7678a3d64efd1b9b1a2cb19299.zip
All of the URLs should work now except for ebuild-writing/file-format/'s reference to glep31check since all of the tool pages weren't added yet (I thought they were)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@39 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'quickstart/text.xml')
-rw-r--r--quickstart/text.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml
index 29e5077..883925e 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -155,8 +155,9 @@ for errors.
The canonical install method is <c>make DESTDIR=&quot;${D}&quot;
install</c>. This will work with any properly written standard
<c>Makefile</c>. If this gives sandbox errors, try <c>einstall</c>
-instead. If this still fails, see `src_install`_ for how to do
-manual installs.
+instead. If this still fails, see <uri
+link="::ebuild-writing/functions/src_install/"/> for how to do manual
+installs.
</note>
<p>
@@ -301,7 +302,8 @@ src_install() {
Note the <c>${FILESDIR}/${P}-destdir.patch</c> <d/> this refers to
<c>detox-1.1.0-destdir.patch</c>, which lives in the <c>files/</c>
subdirectory in the portage tree. Larger patch files must go on the
-mirrors rather than in <c>files/</c> <d/> see `Basic epatch Usage`_.
+mirrors rather than in <c>files/</c> <d/> see <uri
+link="::ebuild-writing/functions/src_unpack/epatch/"/>.
</p>
</body>
@@ -351,7 +353,7 @@ by the ebuild. This is used for the <c>emerge -pv</c> output, amongst other thin
<p>
The package's <c>./configure</c> script takes the usual <c>--enable-nls</c> or
<c>--disable-nls</c> argument. We use the <c>use_enable</c> utility function to
-generate this automatically (see `Query Functions Reference`_).
+generate this automatically (see <uri link="::function-reference/query-functions/"/>).
</p>
<p>