aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 51f9f658f873b52526ad56be347afc44f3ee72f8 (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
# This file is part of Eclat
# Copyright (C) 2012 Sergey Poznyakoff
#
# Eclat 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.
#
# Eclat 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 Eclat.  If not, see <http://www.gnu.org/licenses/>.

MANPAGES1=\
 eclat.1\
 eclat-allocate-address.1\
 eclat-associate-address.1\
 eclat-attach-volume.1\
 eclat-create-snapshot.1\
 eclat-create-tags.1\
 eclat-create-volume.1\
 eclat-delete-snapshot.1\
 eclat-delete-tags.1\
 eclat-describe-addresses.1\
 eclat-describe-availability-zones.1\
 eclat-describe-instance-attribute.1\
 eclat-describe-instance-status.1\
 eclat-describe-instances.1\
 eclat-describe-regions.1\
 eclat-describe-security-groups.1\
 eclat-describe-snapshots.1\
 eclat-describe-tags.1\
 eclat-describe-volumes.1\
 eclat-detach-volume.1\
 eclat-disassociate-address.1\
 eclat-modify-instance-attribute.1\
 eclat-get-console-output.1\
 eclat-start-instances.1\
 eclat-stop-instances.1\
 eclat-reboot-instances.1\
 eclat-release-address.1

MANPAGES5=\
 eclat.conf.5

dist_man_MANS=$(MANPAGES1) $(MANPAGES5)

Return to:

Send suggestions and report system problems to the System administrator.