# This file is part of BEAM # Copyright (C) 2012-2014 Sergey Poznyakoff # # BEAM 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, or (at your option) # any later version. # # BEAM 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 BEAM. If not, see . if COND_S3MOUNT S3=beam-s3.1 endif man_MANS = \ beam.1\ beam.conf.5\ beam-backup.1\ beam-restore.1\ beam-list.1\ beam-cleaner.1\ beam-module.5\ $(S3) beam.1: beam.1in Makefile beam-backup.1: beam-backup.1in Makefile beam.conf.5: beam.conf.5in Makefile beam-restore.1: beam-restore.1in Makefile beam-list.1: beam-list.1in Makefile beam-s3.1: beam-s3.1in Makefile beam-cleanup.1: beam-cleanup.1in Makefile beam-module.5: beam-module.5in Makefile EXTRA_DIST=\ beam.1in\ beam-backup.1in\ beam-restore.1in\ beam-list.1in\ beam.conf.5in\ beam-cleaner.1\ beam-module.5in\ beam-s3.1in\ crontab.weekly CLEANFILES=\ beam.1\ beam.conf.5\ beam-backup.1\ beam-restore.1\ beam-list.1\ beam-module.5\ beam-s3.1\ beam-cleanup.1 include $(top_srcdir)/Make.rules