pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/misc Reformatted the documentation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54e13b952088
branches:  trunk
changeset: 526395:54e13b952088
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Mar 08 23:38:43 2007 +0000

description:
Reformatted the documentation.

diffstat:

 mk/misc/developer.mk |  37 +++++++++++++++++++++----------------
 1 files changed, 21 insertions(+), 16 deletions(-)

diffs (49 lines):

diff -r 1a05314eeb79 -r 54e13b952088 mk/misc/developer.mk
--- a/mk/misc/developer.mk      Thu Mar 08 23:33:35 2007 +0000
+++ b/mk/misc/developer.mk      Thu Mar 08 23:38:43 2007 +0000
@@ -1,24 +1,29 @@
-# $NetBSD: developer.mk,v 1.2 2007/02/06 20:06:38 rillig Exp $
+# $NetBSD: developer.mk,v 1.3 2007/03/08 23:38:43 rillig Exp $
+#
+# Public targets for developers:
 #
-
-# changes-entry appends a correctly-formatted entry to the pkgsrc
-# CHANGES file.
+# changes-entry:
+#      Appends a correctly-formatted entry to the pkgsrc CHANGES file.
 #
-# The following variables may be set:
-#
-#    CTYPE is the type of entry to add and is one of "Added", "Updated",
-#      "Renamed", "Moved", of "Removed".  The default CTYPE is "Updated".
+#      Command-line variables:
 #
-#    NETBSD_LOGIN_NAME is the login name assigned by the NetBSD Project.
-#      It defaults to the local login name.
+#      CTYPE
+#              The type of entry to add. Must be one of "Added",
+#              "Updated", "Renamed", "Moved", of "Removed".
+#              The default is "Updated".
+#
+#      NETBSD_LOGIN_NAME
+#              The login name assigned by the NetBSD Project.
+#              The default is the local login name.
 #
-#    PKGSRC_CHANGES is the path to the CHANGES file to which the entry
-#      is appended.  It defaults to ${PKGSRCDIR}/doc/CHANGES-YYYY.
+#      PKGSRC_CHANGES
+#              The path to the CHANGES file to which the entry
+#              is appended.
+#              The default is ${PKGSRCDIR}/doc/CHANGES-YYYY.
 #
-# Example usage:
-#
-#      % cd /usr/pkgsrc/category/package
-#      % make changes-entry CTYPE=Added
+#      Example usage:
+#              % cd /usr/pkgsrc/category/package
+#              % make changes-entry CTYPE=Added
 #
 
 CTYPE?=                        Updated



Home | Main Index | Thread Index | Old Index