summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-05-31 21:08:50 +0000
committerasau <asau@pkgsrc.org>2014-05-31 21:08:50 +0000
commit7c1104f6d43a769ced74d58be351a4bdbbbbab55 (patch)
tree2e8b6526944e96e1cd54d5915efa0eca1ff41ba3 /doc/guide
parent6ceed6dd1f7c03119aa9bce90d9d046b6b3d3a05 (diff)
downloadpkgsrc-7c1104f6d43a769ced74d58be351a4bdbbbbab55.tar.gz
Fix dangling references after old bulk build setup removal. Place to-do markers to revisit it.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/build.xml5
-rw-r--r--doc/guide/files/submit.xml4
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml
index f96d878c21f..0ee2006d30f 100644
--- a/doc/guide/files/build.xml
+++ b/doc/guide/files/build.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.70 2014/05/19 14:31:54 obache Exp $ -->
+<!-- $NetBSD: build.xml,v 1.71 2014/05/31 21:08:50 asau Exp $ -->
<chapter id="build">
<title>The build process</title>
@@ -1291,6 +1291,7 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site}${file} ${FETCH_AFTER_ARGS}
</varlistentry>
<varlistentry>
+ <!-- TODO: old bulk build? -->
<term>bulk-package</term>
<listitem>
@@ -1298,7 +1299,7 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site}${file} ${FETCH_AFTER_ARGS}
package already exists, no action is taken. If not, this
target will compile, install and package it (and its
depends, if <varname>PKG_DEPENDS</varname> is set
- properly. See <xref linkend="binary.configuration"/>).
+ properly. See <xref linkend="bulk"/>).
After creating the binary package, the sources, the
just-installed package and its required packages are
removed, preserving free disk space.</para>
diff --git a/doc/guide/files/submit.xml b/doc/guide/files/submit.xml
index ca20c7148fd..4013ab1fdca 100644
--- a/doc/guide/files/submit.xml
+++ b/doc/guide/files/submit.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: submit.xml,v 1.28 2014/02/25 02:30:06 mspo Exp $ -->
+<!-- $NetBSD: submit.xml,v 1.29 2014/05/31 21:08:50 asau Exp $ -->
<chapter id="submit"> <?dbhtml filename="submit.html"?>
<title>Submitting and Committing</title>
@@ -12,7 +12,7 @@
protect our users! You're still free to put up your home-made
binary packages and tell the world where to get them. NetBSD
developers doing bulk builds and wanting to upload them please
- see <xref linkend="bulk-upload"/>.</para>
+ see <xref linkend="bulk"/><!-- TODO: was "bulk-upload"-->.</para>
</sect1>