summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-10 01:15:54 +0000
committerrillig <rillig>2005-05-10 01:15:54 +0000
commit0bc0d831792567bc97f6f0d220b82061ab7fba65 (patch)
tree16af9d9e97153bdaaa47fae46aab91932e58d406 /doc/guide
parentcc82a5ddc0c7ab7110108390cfa95bc8cbcd753f (diff)
downloadpkgsrc-0bc0d831792567bc97f6f0d220b82061ab7fba65.tar.gz
The make(1) man page is currently wrong, so don't make users take this
chapter too serious for now.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/makefile.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/guide/files/makefile.xml b/doc/guide/files/makefile.xml
index 5e715bcfcb4..80aacad64f9 100644
--- a/doc/guide/files/makefile.xml
+++ b/doc/guide/files/makefile.xml
@@ -1,8 +1,12 @@
-<!-- $NetBSD: makefile.xml,v 1.1 2005/05/10 00:27:43 rillig Exp $ -->
+<!-- $NetBSD: makefile.xml,v 1.2 2005/05/10 01:15:54 rillig Exp $ -->
<chapter id="makefile"> <?dbhtml filename="makefile.html"?>
<title>Programming in <filename>Makefile</filename>s</title>
+ <para>WARNING: The &man.make.1; man page is wrong. After the man page
+ has been corrected, this chapter will be updated. Until that, don't
+ take it too serious.</para>
+
<para>Pkgsrc consists of many <filename>Makefile</filename> fragments,
each of which forms a well-defined part of the pkgsrc system. Using
the &man.make.1; system as a programming language for a big system