pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc
Module Name: pkgsrc
Committed By: nia
Date: Tue Apr 6 17:27:08 UTC 2021
Modified Files:
pkgsrc/doc: pkgsrc.html pkgsrc.txt
Log Message:
doc/pkgsrc.*: regen
To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 pkgsrc/doc/pkgsrc.html
cvs rdiff -u -r1.311 -r1.312 pkgsrc/doc/pkgsrc.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/pkgsrc.html
diff -u pkgsrc/doc/pkgsrc.html:1.313 pkgsrc/doc/pkgsrc.html:1.314
--- pkgsrc/doc/pkgsrc.html:1.313 Sun Apr 4 22:32:52 2021
+++ pkgsrc/doc/pkgsrc.html Tue Apr 6 17:27:08 2021
@@ -4925,14 +4925,14 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site
<dt><span class="term">readme</span></dt>
<dd>
<p>This target generates a
- <code class="filename">README.html</code> file, which can be
+ <code class="filename">index.html</code> file, which can be
viewed using a browser such as <a href="https://cdn.NetBSD.org/pub/pkgsrc/current/pkgsrc/www/firefox/README.html" target="_top"><code class="filename">www/firefox</code></a> or <a
href="https://cdn.NetBSD.org/pub/pkgsrc/current/pkgsrc/www/links/README.html" target="_top"><code class="filename">www/links</code></a>. The generated files
contain references to any packages which are in the
<code class="varname">PACKAGES</code> directory on the local
host. The generated files can be made to refer to URLs
based on <code class="varname">FTP_PKG_URL_HOST</code> and
<code class="varname">FTP_PKG_URL_DIR</code>. For example, if I
- wanted to generate <code class="filename">README.html</code>
+ wanted to generate <code class="filename">index.html</code>
files which pointed to binary packages on the local
machine, in the directory
<code class="filename">/usr/packages</code>, set
@@ -4951,7 +4951,7 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site
list of all packages currently available in the NetBSD
Packages Collection, together with the category they belong
to and a short description. This file is compiled from the
- <code class="filename">pkgsrc/*/README.html</code> files, so be sure
+ <code class="filename">pkgsrc/*/index.html</code> files, so be sure
to run this <span class="emphasis"><em>after</em></span> a <span class="command"><strong>make
readme</strong></span>.</p></dd>
<dt><span class="term">cdrom-readme</span></dt>
@@ -4959,7 +4959,7 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site
<span class="quote">“<span class="quote">readme</span>”</span> target (see above), but is to be
used when generating a pkgsrc tree to be written to a
CD-ROM. This target also produces
- <code class="filename">README.html</code> files, and can be made
+ <code class="filename">index.html</code> files, and can be made
to refer to URLs based on
<code class="varname">CDROM_PKG_URL_HOST</code> and
<code class="varname">CDROM_PKG_URL_DIR</code>.</p></dd>
Index: pkgsrc/doc/pkgsrc.txt
diff -u pkgsrc/doc/pkgsrc.txt:1.311 pkgsrc/doc/pkgsrc.txt:1.312
--- pkgsrc/doc/pkgsrc.txt:1.311 Sun Apr 4 22:32:52 2021
+++ pkgsrc/doc/pkgsrc.txt Tue Apr 6 17:27:08 2021
@@ -4091,12 +4091,12 @@ index
readme
- This target generates a README.html file, which can be viewed using a
+ This target generates a index.html file, which can be viewed using a
browser such as www/firefox or www/links. 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
+ index.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.
@@ -4110,13 +4110,13 @@ readme-all
file README-all.html which contains a list of all packages currently
available in the NetBSD Packages Collection, together with the category
they belong to and a short description. This file is compiled from the
- pkgsrc/*/README.html files, so be sure to run this after a make readme.
+ pkgsrc/*/index.html files, so be sure to run this after a make readme.
cdrom-readme
This is very much the same as the "readme" target (see above), but is to be
used when generating a pkgsrc tree to be written to a CD-ROM. This target
- also produces README.html files, and can be made to refer to URLs based on
+ also produces index.html files, and can be made to refer to URLs based on
CDROM_PKG_URL_HOST and CDROM_PKG_URL_DIR.
show-distfiles
Home |
Main Index |
Thread Index |
Old Index