Go to file
2011-11-09 23:15:14 +00:00
aclocal.m4 Import version 1.3.3 2011-11-09 22:39:32 +00:00
AUTHORS Import version 1.3.3 2011-11-09 22:39:32 +00:00
ChangeLog Import version 1.3.3 2011-11-09 22:39:32 +00:00
configure Import version 1.3.3 2011-11-09 22:39:32 +00:00
configure.in Import version 1.3.3 2011-11-09 22:39:32 +00:00
COPYING Import version 1.3.2 2011-11-09 22:38:16 +00:00
INSTALL Import version 1.3.3 2011-11-09 22:39:32 +00:00
install-sh Import version 1.3.3 2011-11-09 22:39:32 +00:00
Makefile.am Import version 1.3.3 2011-11-09 22:39:32 +00:00
Makefile.in Import version 1.3.3 2011-11-09 22:39:32 +00:00
mdate-sh Import version 1.3.3 2011-11-09 22:39:32 +00:00
missing Import version 1.3.3 2011-11-09 22:39:32 +00:00
mkinstalldirs Import version 1.3.3 2011-11-09 22:39:32 +00:00
NEWS Import version 1.3.3 2011-11-09 22:39:32 +00:00
README Import version 1.3.2 2011-11-09 22:38:16 +00:00
stamp-vti Import version 1.3.3 2011-11-09 22:39:32 +00:00
stow.8 Import version 1.3.3 2011-11-09 22:39:32 +00:00
stow.in oops, there's no debug() in stow 2011-11-09 23:15:14 +00:00
stow.info Import version 1.3.3 2011-11-09 22:39:32 +00:00
Stow.pm *** empty log message *** 2011-11-09 23:15:14 +00:00
stow.texi Import version 1.3.3 2011-11-09 22:39:32 +00:00
texinfo.tex Import version 1.3.3 2011-11-09 22:39:32 +00:00
THANKS Import version 1.3.3 2011-11-09 22:39:32 +00:00
TODO Import version 1.3.2 2011-11-09 22:38:16 +00:00
version.texi Import version 1.3.3 2011-11-09 22:39:32 +00: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 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.ai.mit.edu/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 author, Bob
Glickstein, <bobg+stow@zanshin.com>.