summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-15 20:32:27 +0000
committerrillig <rillig@pkgsrc.org>2005-05-15 20:32:27 +0000
commit73ef8cd8f9b1a6266857f632b92f6a38ece0b660 (patch)
treeb6a578acf67afa98ec7d6cf63cfb0db838d80721
parent59a32cdf224d462ac0d583dab4787f1abdbb6f51 (diff)
downloadpkgsrc-73ef8cd8f9b1a6266857f632b92f6a38ece0b660.tar.gz
Moved the makefile section after the components section, which makes much
more sense.
-rw-r--r--doc/guide/files/pkgsrc.xml6
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;