diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-10-11 14:02:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-10-11 14:02:27 +0000 |
commit | af9e19e90c8ce14639ce2e4e158796b00dd865a1 (patch) | |
tree | fc44179cb85cab2cea383636c172fd473f46325d /Packages.txt | |
parent | 89c7127fece18e886f3dde47bfd67d59b8e85d62 (diff) | |
download | pkgsrc-af9e19e90c8ce14639ce2e4e158796b00dd865a1.tar.gz |
Flesh out description of 'readme' target a bit, text submitted by
Jeremy C. Reed <reed@rainier.reedmedia.net> in PR 11156
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Packages.txt b/Packages.txt index b53681c8aa1..2b456872b98 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.113 2000/09/18 10:24:59 abs Exp $ +# $NetBSD: Packages.txt,v 1.114 2000/10/11 14:02:27 hubertf Exp $ ########################################################################### ========================== @@ -1297,15 +1297,15 @@ perform the equivalent of: * readme: This target generates a README.html file, which can be viewed using a - browser such as netscape (pkgsrc/www/mozilla) or lynx (pkgsrc/www/lynx). - The generated files contain references to any packages which are in the - ${PACKAGES} directory on the local host. The generated files can - be made to refer to URLs based on FTP_PKG_URL_HOST and - FTP_PKG_URL_DIR. (For example, if I wanted to generate README.html + browser such as navigator (pkgsrc/www/navigator) or lynx + (pkgsrc/www/lynx). The generated files contain references to any + packages which are in the ${PACKAGES} directory on the local host. The + generated files can be made to refer to URLs based on FTP_PKG_URL_HOST + and FTP_PKG_URL_DIR. For example, if I wanted to generate README.html files which pointed to binary packages on the local machine, in the directory /usr/packages, set FTP_PKG_URL_HOST=file://localhost and FTP_PKG_URL_DIR=/usr/packages. The ${PACKAGES} directory and its - subdirectories will be searched for all the binary packages.) + subdirectories will be searched for all the binary packages. * readme-all: Use this target to create a file README-all.html which contains a |