|
Revision 501, 1.1 kB
(checked in by Gregor, 2 years ago)
|
dsss.conf: Now installs documentation.
docs/dsss.1: Man page for dsss.
|
| Line | |
|---|
| 1 |
.TH dsss 1 |
|---|
| 2 |
.SH NAME |
|---|
| 3 |
dsss - D Shared Software System |
|---|
| 4 |
.SH SYNOPSIS |
|---|
| 5 |
.B dsss |
|---|
| 6 |
.I [dsss options] |
|---|
| 7 |
<command> |
|---|
| 8 |
.I [rebuild options] |
|---|
| 9 |
.SH COMMANDS |
|---|
| 10 |
.IP build |
|---|
| 11 |
build all or some binaries or libraries |
|---|
| 12 |
.IP clean |
|---|
| 13 |
clean up object files from all or some builds |
|---|
| 14 |
.IP distclean |
|---|
| 15 |
clean up all files from all or some builds |
|---|
| 16 |
.IP install |
|---|
| 17 |
install all or some binaries or libraries |
|---|
| 18 |
.IP uninstall |
|---|
| 19 |
uninstall a specified tool or library |
|---|
| 20 |
.IP installed |
|---|
| 21 |
list installed software |
|---|
| 22 |
.IP net |
|---|
| 23 |
Internet-based installation and package management |
|---|
| 24 |
.IP genconfig |
|---|
| 25 |
generate a config file |
|---|
| 26 |
.SH OPTIONS |
|---|
| 27 |
.IP --help |
|---|
| 28 |
display specific options and information |
|---|
| 29 |
.IP --prefix=<prefix> |
|---|
| 30 |
set the install prefix |
|---|
| 31 |
.IP --use=<dir> |
|---|
| 32 |
directory containing import library includes and libs |
|---|
| 33 |
.IP --bindir=<dir> |
|---|
| 34 |
[default <prefix>/bin] |
|---|
| 35 |
.IP --libdir=<dir> |
|---|
| 36 |
[default <prefix>/lib] |
|---|
| 37 |
.IP --includedir=<dir> |
|---|
| 38 |
[default <prefix>/include/d] |
|---|
| 39 |
.IP --sysconfdir=<dir> |
|---|
| 40 |
[default <prefix/etc] |
|---|
| 41 |
.IP --scratchdir=<dir> |
|---|
| 42 |
[default /tmp] |
|---|
| 43 |
|
|---|
| 44 |
All other options are passed through to rebuild and ultimately the compiler. |
|---|
| 45 |
.SH AUTHOR |
|---|
| 46 |
written by Gregor Richards |
|---|
| 47 |
.SH COPYRIGHT |
|---|
| 48 |
Copyright (c) 2006-2007 by Gregor Richards |
|---|