## $Id: Makefile-files 2631 2007-10-27 19:34:50Z dhozac $  -*- makefile -*-

## Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
##  
## 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 2, 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, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
##  

man_pages		=  man/chbind.8 \
			   man/chcontext.8 \
			   man/distrib-info.8 \
			   man/rebootmgr.8 \
			   man/reducecap.8 \
			   man/vps.8 \
			   man/vpstree.8 \
			   man/vserver-copy.8 \
			   man/vserver-stat.8 \
			   man/vserver.8 \
			   man/vtop.8
man_susbt_SRCS =	man/vserver-build.8.pathsubst
man_gen_DTA =		man/vserver-build.8

man_MANS +=		$(man_pages) \
			$(man_gen_DTA)
EXTRA_DIST +=		$(man_pages) \
			$(man_susbt_SRCS)
CLEANFILES +=		$(man_gen_DTA)

man/vserver-build.8:	man/.vserver-build.8.pathsubst.stamp
