diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/.cvsignore | 2 | ||||
-rw-r--r-- | man/Makefile.am | 22 |
2 files changed, 24 insertions, 0 deletions
diff --git a/man/.cvsignore b/man/.cvsignore new file mode 100644 index 0000000..3dda729 --- /dev/null +++ b/man/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile 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 |