1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
.\" $Id: dwww-build.8,v 1.9 2006-06-04 14:38:18 robert Exp $
.TH DWWW\-BUILD 8 "June 4th, 2006" "dwww 1.10.0" "Debian"
.SH NAME
dwww\-build \- build dwww index lists
.SH SYNOPSIS
.B dwww\-build
.RB [ \-\-verbose ]
.B \-\-default
.br
.B "dwww\-build "
.RB [ \-\-verbose ]
.I html\-directory
.SH DESCRIPTION
.B dwww\-build
builds the index lists of all available documents
(manual pages, Info files, and so on);
it should be run whenever documentation is installed or removed.
.BR dwww (8)
does not work unless
.B dwww\-build
has been run at least once;
when the package is installed, it is run automatically.
The default
.B dwww
installation creates a
.IR /etc/cron.daily/dwww ,
which automatically updates the pages each day.
.PP
The
.I html\-directory
argument specifies the directory where all the
.B dwww
HTML files will be stored.
No other files should be stored there.
If
.B \-\-default
is used, the files are generated in
.I dwww
subdirectory of the
directory specified in the DWWW_DOCROOTDIR variable in the
.I /etc/dwww/dwww.conf
file. (Default is
.IR /var/www/dwww .)
.SH FILES
.TP
.I /etc/dwww/dwww.conf
Configuration file for
.BR dwww (8).
.TP
.I /var/www/dwww
Where all dwww HTML files are stored, if nothing else is specified.
.TP
.I /var/lib/dwww
Directory used for temporary created files. Can be overriden with the
DWWW_TMPDIR variable.
.SH "SEE ALSO"
.BR dwww\-build\-menu (8),
.BR dwww (8).
.SH AUTHOR
Lars Wirzenius.
.br
See
.BR dwww (8)
for copyrights and stuff.
|