\HeaderA{make.packages.html}{Update HTML documentation files}{make.packages.html}
\keyword{utilities}{make.packages.html}
\begin{Description}\relax
Functions to re-create the HTML documentation files to reflect all
installed packages.
\end{Description}
\begin{Usage}
\begin{verbatim}
make.packages.html(lib.loc = .libPaths())
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{lib.loc}] character vector. List of libraries to be included.
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
This sets up the links from packages in libraries to the \file{.R}
subdirectory of the per-session directory (see \code{\LinkA{tempdir}{tempdir}})
and then creates the \file{packages.html} and \file{index.txt} files
to point to those links.

If a package is available in more than one library tree, all the
copies are linked, after the first with suffix \code{.1} etc.
\end{Details}
\begin{Value}
Logical, whether the function succeeded in recreating the files.
\end{Value}
\begin{SeeAlso}\relax
\code{\LinkA{help.start}{help.start}}
\end{SeeAlso}

