diff --git a/Makefile b/Makefile index e8c302b..f519c6a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,25 @@ # -# ccollect -# Nico Schottelius, Fri Jan 13 12:13:08 CET 2006 +# 2006-2008 Nico Schottelius (nico-ccollect at schottelius.org) +# +# This file is part of ccollect. +# +# ccollect 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 3 of the License, or +# (at your option) any later version. +# +# ccollect 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 ccollect. If not, see . +# +# Initially written on Fri Jan 13 12:13:08 CET 2006 # # FIXME: add prefix-support? +# INSTALL=install CCOLLECT_SOURCE=ccollect.sh @@ -35,9 +52,10 @@ docdir=${dir}/doc # MANDOCS = doc/man/ccollect.text \ doc/man/ccollect_add_source.text \ + doc/man/ccollect_analyse_logs.text \ doc/man/ccollect_delete_source.text \ - doc/man/ccollect-logwrapper.text \ - doc/man/list_ccollect_intervals.text + doc/man/ccollect_logwrapper.text \ + doc/man/ccollect_list_intervals.text DOCS = ${MANDOCS} doc/ccollect.text doc/ccollect-DE.text