diff options
-rw-r--r-- | mk/bsd.pkg.subdir.mk | 8 | ||||
-rw-r--r-- | templates/README.category | 6 | ||||
-rw-r--r-- | templates/README.top | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk index 1f50a4b850f..2184cc18a7c 100644 --- a/mk/bsd.pkg.subdir.mk +++ b/mk/bsd.pkg.subdir.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.subdir.mk,v 1.15 1998/05/29 02:34:36 hubertf Exp $ +# $NetBSD: bsd.pkg.subdir.mk,v 1.16 1998/05/29 03:25:51 hubertf Exp $ # Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # @@ -123,9 +123,9 @@ README.html: .PRECIOUS @> $@.tmp .for entry in ${SUBDIR} .if defined(PKGSRCTOP) - @echo -n '<a href="'${entry}/README.html'">'"`echo ${entry} | ${HTMLIFY}`"'</a>: ' >> $@.tmp + @echo -n '<TR><TD VALIGN=TOP><a href="'${entry}/README.html'">'"`echo ${entry} | ${HTMLIFY}`"'</a>: <TD>' >> $@.tmp .else - @echo -n '<a href="'${entry}/README.html'">'"`cd ${entry}; ${MAKE} package-name | ${HTMLIFY}`</a>: " >> $@.tmp + @echo -n '<TR><TD VALIGN=TOP><a href="'${entry}/README.html'">'"`cd ${entry}; ${MAKE} package-name | ${HTMLIFY}`</a>: <TD>" >> $@.tmp .endif .if exists(${entry}/pkg/COMMENT) @${HTMLIFY} ${entry}/pkg/COMMENT >> $@.tmp @@ -133,7 +133,7 @@ README.html: .PRECIOUS @echo "(no description)" >> $@.tmp .endif .endfor - @sort -t '>' +1 -2 $@.tmp > $@.tmp2 + @sort -t '>' +3 -4 $@.tmp > $@.tmp2 .if exists(${.CURDIR}/pkg/DESCR) @${HTMLIFY} ${.CURDIR}/pkg/DESCR > $@.tmp3 .else diff --git a/templates/README.category b/templates/README.category index c858557d614..f7944b9b325 100644 --- a/templates/README.category +++ b/templates/README.category @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.category,v 1.4 1998/02/24 10:42:55 agc Exp $ --> +<!-- $NetBSD: README.category,v 1.5 1998/05/29 03:25:51 hubertf Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%CATEGORY%%</title> @@ -19,9 +19,9 @@ in this directory: <p><hr noshade> -<p><pre> +<p><table> %%SUBDIR%% -</pre> +</table> <hr noshade> [ diff --git a/templates/README.top b/templates/README.top index b50440fcf51..825a78613ff 100644 --- a/templates/README.top +++ b/templates/README.top @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.top,v 1.5 1998/05/14 11:22:55 agc Exp $ --> +<!-- $NetBSD: README.top,v 1.6 1998/05/29 03:25:51 hubertf Exp $ --> <html> <head> <title>The NetBSD Packages Collection</title> @@ -22,9 +22,9 @@ The packages collection is divided into categories of packages. </p> <hr noshade> -<pre> +<table> %%SUBDIR%% -</pre> +</table> <hr noshade> For more information on how to build any of the packages from |