diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-15 20:32:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-15 20:32:27 +0000 |
commit | 73ef8cd8f9b1a6266857f632b92f6a38ece0b660 (patch) | |
tree | b6a578acf67afa98ec7d6cf63cfb0db838d80721 | |
parent | 59a32cdf224d462ac0d583dab4787f1abdbb6f51 (diff) | |
download | pkgsrc-73ef8cd8f9b1a6266857f632b92f6a38ece0b660.tar.gz |
Moved the makefile section after the components section, which makes much
more sense.
-rw-r--r-- | doc/guide/files/pkgsrc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/pkgsrc.xml b/doc/guide/files/pkgsrc.xml index 0a8d297df4b..edc4517af5f 100644 --- a/doc/guide/files/pkgsrc.xml +++ b/doc/guide/files/pkgsrc.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: pkgsrc.xml,v 1.5 2005/05/10 00:27:43 rillig Exp $ --> +<!-- $NetBSD: pkgsrc.xml,v 1.6 2005/05/15 20:32:27 rillig Exp $ --> <?xml version="1.0"?> @@ -45,7 +45,7 @@ <holder role="mailto:www@NetBSD.org">The NetBSD Foundation, Inc</holder> </copyright> - <pubdate>$NetBSD: pkgsrc.xml,v 1.5 2005/05/10 00:27:43 rillig Exp $</pubdate> + <pubdate>$NetBSD: pkgsrc.xml,v 1.6 2005/05/15 20:32:27 rillig Exp $</pubdate> <abstract> <para>Information about using the NetBSD package system (pkgsrc) @@ -70,8 +70,8 @@ <part id="developers-guide"> <?dbhtml filename="developers-guide.html"?> <title id="developers-guide.title">The pkgsrc developer's guide</title> - &chap.makefile; &chap.components; + &chap.makefile; &chap.plist; &chap.buildlink; &chap.options; |