CVSROOT: /sources/grep Module name: grep Changes by: Karl Berry <karl> 08/12/11 20:02:00
Index: doc/Makefile.am =================================================================== RCS file: /sources/grep/grep/doc/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- doc/Makefile.am 22 Nov 1998 06:45:19 -0000 1.1 +++ doc/Makefile.am 11 Dec 2008 20:02:00 -0000 1.2 @@ -1,7 +1,25 @@ -## Process this file with automake to create Makefile.in +# Process this file with automake to create Makefile.in +# Makefile.am for grep/doc. +# +# Copyright 2008 Free Software Foundation, Inc. +# +# This program 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 3, or (at your option) +# any later version. +# +# This program 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, see <http://www.gnu.org/licenses/>. + AUTOMAKE_OPTIONS=no-dependencies info_TEXINFOS = grep.texi +grep_TEXINFOS = fdl.texi man_MANS = grep.1 fgrep.1 egrep.1
