chiark / gitweb /
Manual page added.
[sw-tools] / sw-share.1
1 .\" -*-nroff-*-
2 .\"
3 .\" $Id: sw-share.1,v 1.1 1999/07/30 18:44:09 mdw Exp $
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 .\"----- Revision history ---------------------------------------------------
29 .\"
30 .\" $Log: sw-share.1,v $
31 .\" Revision 1.1  1999/07/30 18:44:09  mdw
32 .\" Manual page added.
33 .\"
34 .
35 .ie \n(.g \{\
36 . fam P
37 . ds mw \fR[\f(BImdw\fR]
38 .\}
39 .el .ds mw \fR[\fBmdw\fR]
40 .ds sw \fBsw\fP
41 .
42 .\"----- Main manual text ---------------------------------------------------
43 .
44 .TH sw-share 1 "30 July 1999" sw-tools
45 .
46 .\"--------------------------------------------------------------------------
47 .
48 .SH "NAME"
49 .
50 sw-share \- propagate links to architecture-neutral directories
51 .
52 .\"--------------------------------------------------------------------------
53 .
54 .SH "SYNOPSIS"
55 .
56 .B sw-share
57 .
58 .\"--------------------------------------------------------------------------
59 .
60 .SH "DESCRIPTION"
61 .
62 The
63 .B sw-tidy
64 program works on software repositories like ours (described in the
65 .B "Local quirks"
66 section of the
67 .BR sw (1)
68 manpage).  It trundles through the architecture neutral directories in
69 .I prefix
70 (the chosen install prefix for \*(sw) and makes symbolic links to them
71 in all of the architecture specific directories lying in
72 .IB prefix /arch/ \c
73 .IR arch .
74 This is a good thing to put in a
75 .BR cron (8)
76 job.
77 .
78 .\"--------------------------------------------------------------------------
79 .
80 .SH "SEE ALSO"
81 .
82 .BR sw (1).
83 .
84 .SH "AUTHOR"
85 .
86 The \*(sw program, and this manual, are \*(mw productions, in association
87 with the European Bioinformatics Institute.  They were written by Mark
88 Wooding <mdw@nsict.org>.  Go and ask him if you have problems.
89 .
90 .\"----- That's all, folks --------------------------------------------------