Go to file
2009-04-20 13:42:11 -07:00
experimental added readline 2009-04-20 13:42:11 -07:00
t Initial Import 2009-04-12 20:38:34 -07:00
aclocal.m4 Initial Import 2009-04-12 20:38:34 -07:00
AUTHORS Initial Import 2009-04-12 20:38:34 -07:00
ChangeLog Initial Import 2009-04-12 20:38:34 -07:00
chkstow.in Initial Import 2009-04-12 20:38:34 -07:00
configure Initial Import 2009-04-12 20:38:34 -07:00
configure.ac Initial Import 2009-04-12 20:38:34 -07:00
COPYING Initial Import 2009-04-12 20:38:34 -07:00
INSTALL Initial Import 2009-04-12 20:38:34 -07:00
install-sh Initial Import 2009-04-12 20:38:34 -07:00
Makefile.am Initial Import 2009-04-12 20:38:34 -07:00
Makefile.in Initial Import 2009-04-12 20:38:34 -07:00
mdate-sh Initial Import 2009-04-12 20:38:34 -07:00
missing Initial Import 2009-04-12 20:38:34 -07:00
NEWS Initial Import 2009-04-12 20:38:34 -07:00
README Initial Import 2009-04-12 20:38:34 -07:00
stamp-vti Initial Import 2009-04-12 20:38:34 -07:00
stow.8 Initial Import 2009-04-12 20:38:34 -07:00
stow.in made numeric argument to --verbose optional 2009-04-12 23:04:33 -07:00
stow.info Initial Import 2009-04-12 20:38:34 -07:00
stow.texi Initial Import 2009-04-12 20:38:34 -07:00
texinfo.tex Initial Import 2009-04-12 20:38:34 -07:00
THANKS Initial Import 2009-04-12 20:38:34 -07:00
TODO Initial Import 2009-04-12 20:38:34 -07:00
version.texi Initial Import 2009-04-12 20:38:34 -07:00

This is GNU Stow, a program for managing the installation of software
packages, keeping them separate (/usr/local/stow/emacs vs.
/usr/local/stow/perl, for example) while making them appear to be installed in
the same place (/usr/local).  Stow doesn't store an extra state between runs,
so there's no danger of mangling directories when file hierarchies don't match
the database. Also, stow will never delete any files, directories, or links
that appear in a stow directory, so it is always possible to rebuild the
target tree.

Stow is a Perl script which should run correctly under Perl 4 and Perl 5.  You
must install Perl before running Stow.  For more information about Perl, see
http://www.perl.com/perl/.

You can get the latest information about Stow from
http://www.gnu.org/software/stow/stow.html

Stow was inspired by Carnegie Mellon's "Depot" program, but is substantially
simpler.  Whereas Depot requires database files to keep things in sync, Stow
stores no extra state between runs, so there's no danger (as there is in
Depot) of mangling directories when file hierarchies don't match the database.
Also unlike Depot, Stow will never delete any files, directories, or links
that appear in a Stow directory (e.g., /usr/local/stow/emacs), so it's always
possible to rebuild the target tree (e.g., /usr/local).

Stow is free software, licensed under the GNU General Public License, which
can be found in the file COPYING.

See INSTALL for installation instructions.

Please mail comments, questions, and criticisms to the current maintainer,
Kahlil (Kal) Hodgson via help-stow@gnu.org or bug-stow@gnu.org.