Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 11/11/2002 23:51:06
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Mon Nov 11 21:51:05 UTC 2002

Added Files:
	pkgsrc/mk/bulk: genreadme.awk mkreadme

Log Message:
add scripts for generating the README.html files in a much more efficient
way than the previous recursive make approach.  The 'mkreadme' script is
the top level script.  'mkreadme -h' or 'mkreadme --help' for complete
documentation on its use.  Generates README.html files more than two orders
of magnitude faster than the recursive make approach by only calling make(1)
once per pkg.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/mk/bulk/genreadme.awk pkgsrc/mk/bulk/mkreadme

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.