chiark / gitweb /
Merge some changes from 1.0.4. Very odd.
[sw-tools] / sw-share.1
CommitLineData
e55daacc 1.\" -*-nroff-*-
2.\"
3.\" $Id$
4.\"
5.\" Manual page for `sw-share'
6.\"
7.\" (c) 1999 EBI
8.\"
9.
10.\"----- Licensing notice ---------------------------------------------------
11.\"
12.\" This file is part of sw-tools.
13.\"
14.\" sw-tools is free software; you can redistribute it and/or modify
15.\" it under the terms of the GNU General Public License as published by
16.\" the Free Software Foundation; either version 2 of the License, or
17.\" (at your option) any later version.
18.\"
19.\" sw-tools is distributed in the hope that it will be useful,
20.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
21.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22.\" GNU General Public License for more details.
23.\"
24.\" You should have received a copy of the GNU General Public License
25.\" along with sw-tools; if not, write to the Free Software Foundation,
26.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
27.
28.ie \n(.g \{\
29. fam P
30. ds mw \fR[\f(BImdw\fR]
31.\}
32.el .ds mw \fR[\fBmdw\fR]
33.ds sw \fBsw\fP
34.
35.\"----- Main manual text ---------------------------------------------------
36.
37.TH sw-share 1 "30 July 1999" sw-tools
38.
39.\"--------------------------------------------------------------------------
40.
41.SH "NAME"
42.
43sw-share \- propagate links to architecture-neutral directories
44.
45.\"--------------------------------------------------------------------------
46.
47.SH "SYNOPSIS"
48.
49.B sw-share
50.
51.\"--------------------------------------------------------------------------
52.
53.SH "DESCRIPTION"
54.
55The
56.B sw-tidy
57program works on software repositories like ours (described in the
58.B "Local quirks"
59section of the
60.BR sw (1)
61manpage). It trundles through the architecture neutral directories in
62.I prefix
63(the chosen install prefix for \*(sw) and makes symbolic links to them
64in all of the architecture specific directories lying in
65.IB prefix /arch/ \c
66.IR arch .
67This is a good thing to put in a
68.BR cron (8)
69job.
70.
71.\"--------------------------------------------------------------------------
72.
73.SH "SEE ALSO"
74.
75.BR sw (1).
76.
77.SH "AUTHOR"
78.
79The \*(sw program, and this manual, are \*(mw productions, in association
80with the European Bioinformatics Institute. They were written by Mark
81Wooding <mdw@nsict.org>. Go and ask him if you have problems.
82.
83.\"----- That's all, folks --------------------------------------------------