Skip to content

Commit

Permalink
Include the total number of packages at the top of README-all.html, and
Browse files Browse the repository at this point in the history
lose the <TD VALIGN=TOP> entries (the <TR VALIGN=TOP> should be sufficient).

Suggested by David Brownlee <[email protected]> on [email protected].
  • Loading branch information
hubertf committed Oct 22, 1999
1 parent 8955a8a commit 3e15e3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 1999/08/23 21:37:28 hubertf Exp $
# $NetBSD: Makefile,v 1.27 1999/10/22 00:54:23 hubertf Exp $
# FreeBSD Id: Makefile,v 1.35 1997/08/19 07:10:01 fenner Exp
#

Expand Down Expand Up @@ -103,15 +103,20 @@ README-all.html:
| sed -e 's|"|"${category}/|' \
-e 's| <TD>| <TD>(<A HREF="${category}/README.html">${category}</A>) <TD>|' \
-e 's|<TR>|<TR VALIGN=TOP>|' \
-e 's|<TD VALIGN=TOP>|<TD>|' \
>> [email protected] ; \
fi
.endfor
@echo "."
@sort -t '">' +2 <[email protected] >[email protected]
@wc -l [email protected] | awk '{ print $$1 }' >[email protected]
@cat templates/README.all \
| ${SED} \
-e '/%%NPKGS%%/[email protected]' \
-e '/%%NPKGS%%/d' \
-e '/%%PKGS%%/[email protected]' \
-e '/%%PKGS%%/d' \
> $@
@rm -f [email protected]
@rm -f [email protected]
@rm -f [email protected]
8 changes: 5 additions & 3 deletions templates/README.all
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- $NetBSD: README.all,v 1.2 1999/08/23 22:02:27 hubertf Exp $ -->
<!-- $NetBSD: README.all,v 1.3 1999/10/22 00:54:24 hubertf Exp $ -->
<html>
<head>
<title>All NetBSD Packages</title>
Expand All @@ -11,9 +11,11 @@
<h1>The NetBSD Packages Collection</h1>

<p>
The following list contains all packages currently available
The following list contains all
%%NPKGS%%
packages currently available
in the NetBSD Packages Collection, sorted alphabetically.
Please select an entry for more details.
Please select an entry for more details!
</p>

<hr noshade>
Expand Down

0 comments on commit 3e15e3b

Please sign in to comment.