aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 0d82900172244c50cf931672bd69f7e26b5601ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 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 <http://www.gnu.org/licenses/>.
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

Return to:

Send suggestions and report system problems to the System administrator.