diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-05-29 03:25:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-05-29 03:25:51 +0000 |
commit | 905e28799e087238bd88c260a0041ff15e55379c (patch) | |
tree | 103336e62997113de198f345e52374db51ad5c69 /templates | |
parent | b5f8cdef443d56344f5a44aabf5e25bede16c471 (diff) | |
download | pkgsrc-905e28799e087238bd88c260a0041ff15e55379c.tar.gz |
Make these lists real tables
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README.category | 6 | ||||
-rw-r--r-- | templates/README.top | 6 |
2 files changed, 6 insertions, 6 deletions
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 |