.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH WSMAKE 1 "March 18, 2001" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME wsmake \- website make tool .SH SYNOPSIS .B wsmake .RI [ -Fshvct ] [-m|-e] [-d #] [-f configfile] [target] ... .br .SH DESCRIPTION This manual page documents briefly the .B wsmake commands. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation at its website: http://www.wsmake.org/docs/. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBwsmake\fP is a program that builds a website from a set of source files. These source files are defined in a wsmake configuration file. .SH OPTIONS These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the web documentation. .TP .B \-F, \-\-force Force files to be updated regardless of their state. .TP .B \-t, \-\-times Sync timestamps between source and output files. .TP .B \-s, \-\-silent, \-\-quiet Silent. No output. .TP .B \-h, \-\-help Usage information .TP .B \-v, \-\-version Show version and copyright information. .TP .B \-c, \-\-clean Clean the website. .TP .B \-m, \-\-match Targets match anywhere in web paths. .TP .B \-e, \-\-end-match Targets match at end of web paths. .TP .B \-d #, \-\-debug=# Debug output level. (0\-3) 0 = No output except for errors 1 = 0 and minimal output (default) 2 = 1 and verbose output 3 = 2 and config file loading info .TP .B \-f file, \-\-file=file, \-\-wsmakefile=file Location of configuration file (looks for `wsmakefile' and files ending with '.ws' if option not given) .TP .B [targets] Specific web paths, matching from front, to make. If not specified, all pages will be made. .br .SH AUTHOR This manual page was written by Mike Brownlow , for the Debian GNU/Linux system (but may be used by others).