# ------------------------------------------------------------------------------ # Copyright (C) 2005 Free Software Foundation, Inc. # # This file is part of GNU GNATS. # # GNU GNATS 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. # # GNU GNATS 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 GNU GNATS; see the file COPYING. If not, write to the # Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA # 02111, USA. # ------------------------------------------------------------------------------ man1_MANS = edit-pr.man query-pr.man send-pr.man man5_MANS = dbconfig.man databases.man send-pr.conf.man man7_MANS = gnats.man man8_MANS = file-pr.man delete-pr.man gen-index.man getclose.man gnatsd.man \ install-sid.man mkdb.man mkcat.man queue-pr.man rmcat.man pr-edit.man CLEANFILES = *.man %.man: $(srcdir)/%.man.in $(do_subst) < $(srcdir)/$< > $@ # vim:ft=make ts=8 sw=8 noet tw=80: