1#ident @(#)Makefile.man	1.3 00/11/19
2###########################################################################
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License version 2
5# as published by the Free Software Foundation.
6#
7# This program is distributed in the hope that it will be useful,
8# but WITHOUT ANY WARRANTY; without even the implied warranty of
9# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10# GNU General Public License for more details.
11#
12# You should have received a copy of the GNU General Public License along with
13# this program; see the file COPYING.  If not, write to the Free Software
14# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15###########################################################################
16SRCROOT=	..
17RULESDIR=	RULES
18include		$(SRCROOT)/$(RULESDIR)/rules.top
19###########################################################################
20
21MANDIR=		man
22TARGETMAN=	mkisofs
23MANSECT=	$(MANSECT_ADMIN)
24MANSUFFIX=	$(MANSUFF_ADMIN)
25MANFILE=	mkisofs.8
26
27###########################################################################
28include		$(SRCROOT)/$(RULESDIR)/rules.man
29###########################################################################
30