Whamcloud - gitweb
06a315f9d87d9993694af357f57f3d352737871f
[fs/lustre-release.git] / lustre / doc / Makefile.am
1 #
2 # GPL HEADER START
3 #
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License version 2 only,
8 # as published by the Free Software Foundation.
9 #
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 # General Public License version 2 for more details (a copy is included
14 # in the LICENSE file that accompanied this code).
15 #
16 # You should have received a copy of the GNU General Public License
17 # version 2 along with this program; If not, see
18 # http://www.gnu.org/licenses/gpl-2.0.html
19 #
20 # GPL HEADER END
21 #
22
23 #
24 # Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
25 # Use is subject to license terms.
26 #
27 # Copyright (c) 2011, 2016, Intel Corporation.
28 #
29
30 #
31 # This file is part of Lustre, http://www.lustre.org/
32 # Lustre is a trademark of Sun Microsystems, Inc.
33 #
34
35 MANFILES =                                      \
36         lctl.8                                  \
37         lctl-network.8                          \
38         ldev.8                                  \
39         ldev.conf.5                             \
40         lfs.1                                   \
41         lfs-df.1                                \
42         lfs-getdirstripe.1                      \
43         lfs-hsm.1                               \
44         lfs-ladvise.1                           \
45         lfs_migrate.1                           \
46         lfs-migrate.1                           \
47         lfs-mkdir.1                             \
48         lfs-setdirstripe.1                      \
49         lfs-setstripe.1                         \
50         l_getidentity.8                         \
51         lgss_sk.8                               \
52         lhbadm.8                                \
53         llapi_fd2parent.3                       \
54         llapi_file_create.3                     \
55         llapi_file_get_stripe.3                 \
56         llapi_file_open.3                       \
57         llapi_group_lock.3                      \
58         llapi_group_unlock.3                    \
59         llapi_hsm_action_begin.3                \
60         llapi_hsm_action_end.3                  \
61         llapi_hsm_action_get_dfid.3             \
62         llapi_hsm_action_get_fd.3               \
63         llapi_hsm_action_progress.3             \
64         llapi_hsm_copytool_get_fd.3             \
65         llapi_hsm_copytool_recv.3               \
66         llapi_hsm_copytool_register.3           \
67         llapi_hsm_copytool_unregister.3         \
68         llapi_hsm_state_get.3                   \
69         llapi_hsm_state_set.3                   \
70         llapi_ladvise.3                         \
71         llapi_layout.7                          \
72         llapi_layout_alloc.3                    \
73         llapi_layout_comp_add.3                 \
74         llapi_layout_comp_del.3                 \
75         llapi_layout_comp_extent_get.3          \
76         llapi_layout_comp_extent_set.3          \
77         llapi_layout_comp_flags_clear.3         \
78         llapi_layout_comp_flags_get.3           \
79         llapi_layout_comp_flags_set.3           \
80         llapi_layout_comp_id_get.3              \
81         llapi_layout_comp_move.3                \
82         llapi_layout_comp_move_at.3             \
83         llapi_layout_file_comp_add.3            \
84         llapi_layout_file_comp_del.3            \
85         llapi_layout_file_create.3              \
86         llapi_layout_file_open.3                \
87         llapi_layout_free.3                     \
88         llapi_layout_get_by_fd.3                \
89         llapi_layout_get_by_fid.3               \
90         llapi_layout_get_by_path.3              \
91         llapi_layout_ost_index_get.3            \
92         llapi_layout_ost_index_set.3            \
93         llapi_layout_pattern_get.3              \
94         llapi_layout_pattern_set.3              \
95         llapi_layout_pool_name_get.3            \
96         llapi_layout_pool_name_set.3            \
97         llapi_layout_stripe_count_get.3         \
98         llapi_layout_stripe_count_set.3         \
99         llapi_layout_stripe_size_get.3          \
100         llapi_layout_stripe_size_set.3          \
101         llapi_path2fid.3                        \
102         llapi_path2parent.3                     \
103         llapi_quotactl.3                        \
104         ll_decode_filter_fid.8                  \
105         ll_decode_linkea.8                      \
106         llobdstat.8                             \
107         llog_reader.8                           \
108         llstat.8                                \
109         llverdev.8                              \
110         lnetctl.8                               \
111         lst.8                                   \
112         lustre.7                                \
113         lustreapi.7                             \
114         lustre_routes_config.8                  \
115         lustre_routes_conversion.8              \
116         lustre_rsync.8                          \
117         mount.lustre.8                          \
118         nids.5                                  \
119         plot-llstat.8                           \
120         routerstat.8
121
122 SERVER_MANFILES =                               \
123         lctl-lfsck-query.8                      \
124         lctl-lfsck-start.8                      \
125         lctl-lfsck-stop.8                       \
126         lctl-llog_catlist.8                     \
127         lctl-llog_info.8                        \
128         lctl-llog_print.8                       \
129         lctl-nodemap-activate.8                 \
130         lctl-nodemap-add.8                      \
131         lctl-nodemap-add-idmap.8                \
132         lctl-nodemap-add-range.8                \
133         lctl-nodemap-del.8                      \
134         lctl-nodemap-del-idmap.8                \
135         lctl-nodemap-del-range.8                \
136         lctl-nodemap-modify.8                   \
137         lshowmount.8                            \
138         mkfs.lustre.8                           \
139         tunefs.lustre.8
140
141 if SERVER
142 MANFILES += $(SERVER_MANFILES)
143 else
144 DISTONLY_MANFILES = $(SERVER_MANFILES)
145 endif
146
147 if UTILS
148 if MANPAGES
149 man_MANS = $(MANFILES)
150 endif
151 endif
152
153 CLEANFILES = *.aux *.tex *.log *.pdf
154
155 EXTRA_DIST = $(MANFILES) $(DISTONLY_MANFILES)
156
157 all: