Whamcloud - gitweb
LU-8998 docs: add lfs-setripe manpage to dist
[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_file_create.3              \
74         llapi_layout_file_open.3                \
75         llapi_layout_free.3                     \
76         llapi_layout_get_by_fd.3                \
77         llapi_layout_get_by_fid.3               \
78         llapi_layout_get_by_path.3              \
79         llapi_layout_ost_index_get.3            \
80         llapi_layout_ost_index_set.3            \
81         llapi_layout_pattern_get.3              \
82         llapi_layout_pattern_set.3              \
83         llapi_layout_pool_name_get.3            \
84         llapi_layout_pool_name_set.3            \
85         llapi_layout_stripe_count_get.3         \
86         llapi_layout_stripe_count_set.3         \
87         llapi_layout_stripe_size_get.3          \
88         llapi_layout_stripe_size_set.3          \
89         llapi_path2fid.3                        \
90         llapi_path2parent.3                     \
91         llapi_quotactl.3                        \
92         llbackup.8                              \
93         ll_decode_filter_fid.8                  \
94         ll_decode_linkea.8                      \
95         llobdstat.8                             \
96         llog_reader.8                           \
97         llstat.8                                \
98         llverdev.8                              \
99         lnetctl.8                               \
100         lst.8                                   \
101         lustre.7                                \
102         lustreapi.7                             \
103         lustre_routes_config.8                  \
104         lustre_routes_conversion.8              \
105         lustre_rsync.8                          \
106         mount.lustre.8                          \
107         nids.5                                  \
108         plot-llstat.8                           \
109         routerstat.8
110
111 SERVER_MANFILES =                               \
112         lctl-lfsck-query.8                      \
113         lctl-lfsck-start.8                      \
114         lctl-lfsck-stop.8                       \
115         lctl-llog_catlist.8                     \
116         lctl-llog_info.8                        \
117         lctl-llog_print.8                       \
118         lctl-nodemap-activate.8                 \
119         lctl-nodemap-add.8                      \
120         lctl-nodemap-add-idmap.8                \
121         lctl-nodemap-add-range.8                \
122         lctl-nodemap-del.8                      \
123         lctl-nodemap-del-idmap.8                \
124         lctl-nodemap-del-range.8                \
125         lctl-nodemap-modify.8                   \
126         lshowmount.8                            \
127         mkfs.lustre.8                           \
128         tunefs.lustre.8
129
130 if SERVER
131 MANFILES += $(SERVER_MANFILES)
132 else
133 DISTONLY_MANFILES = $(SERVER_MANFILES)
134 endif
135
136 if UTILS
137 if MANPAGES
138 man_MANS = $(MANFILES)
139 endif
140 endif
141
142 CLEANFILES = *.aux *.tex *.log *.pdf
143
144 EXTRA_DIST = $(MANFILES) $(DISTONLY_MANFILES)
145
146 all: