## $Id$  -*- makefile -*-

## Copyright (C) 2004 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.
##  


contrib_gen_DTA =			contrib/manifest.dat
contrib_subst_SRCS =			contrib/manifest.dat.pathsubst


noinst_DATA +=				$(contrib_gen_DTA)
CLEANFILES +=				$(contrib_gen_DTA)

EXTRA_DIST +=				$(contrib_subst_SRCS) \
					contrib/yum-2.2.1-chroot.patch \
					contrib/yum-2.3.2-chroot.patch \
					contrib/yum-2.3.3-chroot.patch \
					contrib/yum-2.3.4-chroot.patch \
					contrib/yum-2.6.0-chroot.patch \
					contrib/yum-2.9.6-chroot.patch \
					contrib/yum-3.0.3-chroot.patch \
					contrib/yum-3.0.5-chroot.patch \
					contrib/yum-3.2.0-chroot.patch \
					contrib/yum-3.2.1-chroot.patch \
					contrib/yum-3.2.4-chroot.patch \
					contrib/yum-3.2.27_el6-chroot.patch \
					contrib/make-manifest \
					contrib/make-deb-manifest

contrib/manifest.dat:			contrib/.manifest.dat.pathsubst.stamp
