pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Use &man.make.1; instead of make(1) an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fa970bb0df2
branches:  trunk
changeset: 492386:9fa970bb0df2
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Apr 11 16:38:21 2005 +0000

description:
Use &man.make.1; instead of make(1) and fix typo where example
for LOCALBASE said DISTFILES.
This is from Kibum Han in PR pkg/29940.

diffstat:

 doc/guide/files/using.xml |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 369f0b0c36a6 -r 9fa970bb0df2 doc/guide/files/using.xml
--- a/doc/guide/files/using.xml Mon Apr 11 16:18:39 2005 +0000
+++ b/doc/guide/files/using.xml Mon Apr 11 16:38:21 2005 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: using.xml,v 1.4 2004/12/23 18:57:03 ben Exp $ -->
+<!-- $NetBSD: using.xml,v 1.5 2005/04/11 16:38:21 reed Exp $ -->
 
 <chapter id="using"> <?dbhtml filename="using.html"?>
   <title>Using pkgsrc</title>
@@ -182,10 +182,10 @@
         </listitem>
 
         <listitem>
-          <para>If you want to know the value of a certain make(1) definition, then
+          <para>If you want to know the value of a certain &man.make.1; definition, then
             the <varname>VARNAME</varname> definition should be used, in conjunction
             with the show-var target. e.g. to show the expansion of the &man.make.1; variable
-            <varname>DISTFILES</varname>:</para>  
+            <varname>LOCALBASE</varname>:</para>  
 
           <screen>&cprompt; <userinput>make show-var VARNAME=LOCALBASE</userinput>
 /usr/pkg



Home | Main Index | Thread Index | Old Index