pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Each question has got a unique id.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/231a2879cc06
branches:  trunk
changeset: 522753:231a2879cc06
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Dec 20 03:23:18 2006 +0000

description:
Each question has got a unique id.

diffstat:

 doc/guide/files/devfaq.xml |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 898ed86d4465 -r 231a2879cc06 doc/guide/files/devfaq.xml
--- a/doc/guide/files/devfaq.xml        Wed Dec 20 03:23:16 2006 +0000
+++ b/doc/guide/files/devfaq.xml        Wed Dec 20 03:23:18 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: devfaq.xml,v 1.9 2006/12/15 13:22:14 martti Exp $ -->
+<!-- $NetBSD: devfaq.xml,v 1.10 2006/12/20 03:23:18 rillig Exp $ -->
 
 <chapter id="devfaq"> <?dbhtml filename="devfaq.html"?>
 <title>Frequently Asked Questions</title>
@@ -10,7 +10,7 @@
        <literal>pkgsrc-users</literal> mailing list.</para>
 
 <qandaset>
-<qandaentry>
+<qandaentry id="devfaq.makeflags">
 
        <question><para>What is the difference between
        <varname>MAKEFLAGS</varname>, <varname>.MAKEFLAGS</varname> and
@@ -23,7 +23,7 @@
        package. [FIXME: What is .MAKEFLAGS for?]</para></answer>
 
 </qandaentry>
-<qandaentry>
+<qandaentry id="devfaq.make">
 
        <question><para>What is the difference between
        <varname>MAKE</varname>, <varname>GMAKE</varname> and
@@ -38,7 +38,7 @@
        package.</para></answer>
 
 </qandaentry>
-<qandaentry>
+<qandaentry id="devfaq.cc">
 
        <question><para>What is the difference between
        <varname>CC</varname>, <varname>PKG_CC</varname> and
@@ -53,7 +53,7 @@
        information about the latter variable.</para></answer>
 
 </qandaentry>
-<qandaentry>
+<qandaentry id="devfaq.bl3flags">
 
        <question><para>What is the difference between
        <varname>BUILDLINK_LDFLAGS</varname>,
@@ -63,7 +63,7 @@
        <answer><para>[FIXME]</para></answer>
 
 </qandaentry>
-<qandaentry>
+<qandaentry id="devfaq.bl3prefix">
 
        <question><para>Why does <command>make show-var
        VARNAME=BUILDLINK_PREFIX.<replaceable>foo</replaceable></command>
@@ -76,7 +76,7 @@
        command.</para></answer>
 
 </qandaentry>
-<qandaentry>
+<qandaentry id="devfaq.master_sites">
 
        <question><para>What does
        <literal>${MASTER_SITE_SOURCEFORGE:=package/}</literal> mean? I
@@ -97,7 +97,7 @@
        together.</para></answer>
 
 </qandaentry>
-<qandaentry>
+<qandaentry id="devfaq.mailinglists">
 
        <question><para>Which mailing lists are there for package
        developers?</para></question>
@@ -126,7 +126,7 @@
        </variablelist></answer>
 
 </qandaentry>
-<qandaentry>
+<qandaentry id="devfaq.documentation">
 
        <question><para>Where is the pkgsrc
        documentation?</para></question>



Home | Main Index | Thread Index | Old Index