Blame doc/en/Makefile.am

Packit cb6d3d
#   $Id: Makefile.am,v 1.3 2008/04/17 17:39:48 karl Exp $
Packit cb6d3d
#
Packit cb6d3d
#   Copyright (C) 2005, 2008 Rocky Bernstein <rocky@gnu.org>
Packit cb6d3d
#
Packit cb6d3d
#   This program is free software: you can redistribute it and/or modify
Packit cb6d3d
#   it under the terms of the GNU General Public License as published by
Packit cb6d3d
#   the Free Software Foundation, either version 3 of the License, or
Packit cb6d3d
#   (at your option) any later version.
Packit cb6d3d
#
Packit cb6d3d
#   This program is distributed in the hope that it will be useful,
Packit cb6d3d
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit cb6d3d
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit cb6d3d
#   GNU General Public License for more details.
Packit cb6d3d
#
Packit cb6d3d
#   You should have received a copy of the GNU General Public License
Packit cb6d3d
#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit cb6d3d
Packit cb6d3d
manfiles = cd-paranoia.1 
Packit cb6d3d
man_MANS = $(manfiles)
Packit cb6d3d
transform = s,cd-paranoia,@CDPARANOIA_NAME@,
Packit cb6d3d
Packit cb6d3d
EXTRA_DIST = $(manfiles) cd-paranoia.1.in
Packit cb6d3d
Packit cb6d3d
mostlyclean-generic:
Packit cb6d3d
	-rm -f *~ \#* .*~ .\#*
Packit cb6d3d
Packit cb6d3d
maintainer-clean-generic:
Packit cb6d3d
	-@echo "This command is intended for maintainers to use;"
Packit cb6d3d
	-@echo "it deletes files that may require special tools to rebuild."
Packit cb6d3d
	-rm -f Makefile.in $(manfiles)