diff options
author | algernon <algernon> | 2001-02-15 19:39:34 +0000 |
---|---|---|
committer | algernon <algernon> | 2001-02-15 19:39:34 +0000 |
commit | 83b55cc45c80d68ffe29f9b00e5fa6af255ed327 (patch) | |
tree | 41278fe000587fb4f3116bce8bd50391b33dcd49 /man/Makefile.am | |
parent | 259181e4814a878b5f0774e72a31fb9dc50b4b9d (diff) | |
download | ratpoison-83b55cc45c80d68ffe29f9b00e5fa6af255ed327.zip |
new file
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..c4255f4 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,22 @@ +## 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 |