-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include the total number of packages at the top of README-all.html, and
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
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
# | ||
|
||
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters