xref: /openbsd-src/gnu/usr.bin/cvs/man/Makefile.am (revision 43c1707e6f6829177cb1974ee6615ce6c1307689)
1*43c1707eStholo## Process this file with automake to produce Makefile.in
2*43c1707eStholo# Makefile.am for GNU CVS man pages.
3*43c1707eStholo# Copyright (C) 1986-1992, 2000 Free Software Foundation, Inc.
4*43c1707eStholo
5*43c1707eStholo# This program is free software; you can redistribute it and/or modify
6*43c1707eStholo# it under the terms of the GNU General Public License as published by
7*43c1707eStholo# the Free Software Foundation; either version 2, or (at your option)
8*43c1707eStholo# any later version.
9*43c1707eStholo
10*43c1707eStholo# This program is distributed in the hope that it will be useful,
11*43c1707eStholo# but WITHOUT ANY WARRANTY; without even the implied warranty of
12*43c1707eStholo# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13*43c1707eStholo# GNU General Public License for more details.
14*43c1707eStholo
15*43c1707eStholoman_MANS = cvs.1 cvs.5 cvsbug.8
16*43c1707eStholoEXTRA_DIST = \
17*43c1707eStholo	.cvsignore \
18*43c1707eStholo	$(man_MANS)
19*43c1707eStholo
20*43c1707eStholo# for backwards compatibility with the old makefiles
21*43c1707eStholorealclean: maintainer-clean
22*43c1707eStholo.PHONY: realclean
23