1# $MirOS: src/gnu/usr.bin/cvs/man/Makefile.am,v 1.4 2010/09/16 20:56:00 tg Exp $ 2## Process this file with automake to produce Makefile.in 3# Makefile.am for GNU CVS man pages. 4# 5# Copyright (C) 1986-2005 The Free Software Foundation, Inc. 6# 7# Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>, 8# and others. 9 10# This program is free software; you can redistribute it and/or modify 11# it under the terms of the GNU General Public License as published by 12# the Free Software Foundation; either version 2, or (at your option) 13# any later version. 14 15# This program is distributed in the hope that it will be useful, 16# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# GNU General Public License for more details. 19 20man_MANS = cvs.5 21EXTRA_DIST = \ 22 .cvsignore \ 23 $(man_MANS) 24 25INSTALL_MAN=install-man 26install-data-am: $(INSTALL_MAN) 27 28# for backwards compatibility with the old makefiles 29realclean: maintainer-clean 30.PHONY: realclean 31