diff options
author | sabetts <sabetts> | 2001-03-02 09:29:16 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-03-02 09:29:16 +0000 |
commit | 257289a3ca61b2f4a349f3dc559b3f853ce5fc31 (patch) | |
tree | 842a408637f2ad42f02cb2983b9d5c440a9d280f | |
parent | de62cfac1382f490656e24364afc97e2555d387d (diff) | |
download | ratpoison-257289a3ca61b2f4a349f3dc559b3f853ce5fc31.zip |
man page moved to doc/
-rw-r--r-- | man/.cvsignore | 2 | ||||
-rw-r--r-- | man/Makefile.am | 22 |
2 files changed, 0 insertions, 24 deletions
diff --git a/man/.cvsignore b/man/.cvsignore deleted file mode 100644 index 3dda729..0000000 --- a/man/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile.in -Makefile diff --git a/man/Makefile.am b/man/Makefile.am deleted file mode 100644 index c4255f4..0000000 --- a/man/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -## Process this file with automake to produce Makefile.in -## Copyright (C) 2000, 2001 Shawn Betts <sabetts@users.sourceforge.net> -## -## This file is part of ratpoison. -## -## ratpoison is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either version 2 of the License, or -## (at your option) any later version. -## -## ratpoison is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -## -## $Id: Makefile.am,v 1.1 2001/02/15 19:39:34 algernon Exp $ - -man_MANS = ratpoison.1 |