move bulk/{mkreadme,genreadme.awk} to scripts/ as this is a more suitable

location.  They are not really part of the bulk build stuff.
This commit is contained in:
dmcmahill 2003-01-04 21:13:34 +00:00
parent 06ea622f25
commit 98812f4595
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.1121 2003/01/04 15:52:13 grant Exp $
# $NetBSD: bsd.pkg.mk,v 1.1122 2003/01/04 21:13:34 dmcmahill Exp $
#
# This file is in the public domain.
#
@ -3695,7 +3695,7 @@ print-run-depends-list:
. endif
.endif
# This target is used by the mk/bulk/mkreadme script to generate
# This target is used by the mk/scripts/mkreadme script to generate
# README.html files
.if !target(print-summary-data)
print-summary-data:

View file

@ -1,5 +1,5 @@
#!/usr/bin/awk -f
# $NetBSD: genreadme.awk,v 1.5 2002/11/16 02:15:15 dmcmahill Exp $
# $NetBSD: genreadme.awk,v 1.1 2003/01/04 21:13:37 dmcmahill Exp $
#
# Copyright (c) 2002 The NetBSD Foundation, Inc.
# All rights reserved.

View file

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: mkreadme,v 1.8 2002/11/14 14:05:46 dmcmahill Exp $
# $NetBSD: mkreadme,v 1.1 2003/01/04 21:13:37 dmcmahill Exp $
#
# Script for README.html generation
#
@ -403,7 +403,7 @@ else
debug=0;
fi
${AWK} -f ${PKGSRCDIR}/mk/bulk/genreadme.awk \
${AWK} -f ${PKGSRCDIR}/mk/scripts/genreadme.awk \
builddependsfile=${TMPDIR}/pkgsrc.builddepends.debug \
debug=$debug \
dependsfile=${TMPDIR}/pkgsrc.depends.debug \