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 | 4b1296386664aa482b2d3523f12db4129d452b6d (patch) | |
tree | 16af9d9e97153bdaaa47fae46aab91932e58d406 /doc/guide/files/makefile.xml | |
parent | 46181a7ac6684e6bb8126244d81969ddec152ee3 (diff) | |
download | pkgsrc-4b1296386664aa482b2d3523f12db4129d452b6d.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/files/makefile.xml')
-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 |