diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-10 01:15:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-10 01:15:54 +0000 |
commit | 83250bdaced4d9a2af0de6fd1e5a9d7101afe596 (patch) | |
tree | 16af9d9e97153bdaaa47fae46aab91932e58d406 | |
parent | a29547d2879eab5f2c4ed1009a3873f31ed182e2 (diff) | |
download | pkgsrc-83250bdaced4d9a2af0de6fd1e5a9d7101afe596.tar.gz |
The make(1) man page is currently wrong, so don't make users take this
chapter too serious for now.
-rw-r--r-- | doc/guide/files/makefile.xml | 6 |
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 |