Allow make from the exec directory.
[openais.git] / man / Makefile
blob8f5292c785f3d4bc6d3ae5548b35f91a21e98b60
1 # Copyright (c) 2004 MontaVista Software, Inc.
2 #
3 # All rights reserved.
4 #
5 # This software licensed under BSD license, the text of which follows:
6 #
7 # Redistribution and use in source and binary forms, with or without
8 # modification, are permitted provided that the following conditions are met:
9 #
10 # - Redistributions of source code must retain the above copyright notice,
11 # this list of conditions and the following disclaimer.
12 # - Redistributions in binary form must reproduce the above copyright notice,
13 # this list of conditions and the following disclaimer in the documentation
14 # and/or other materials provided with the distribution.
15 # - Neither the name of the MontaVista Software, Inc. nor the names of its
16 # contributors may be used to endorse or promote products derived from this
17 # software without specific prior written permission.
19 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
23 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29 # THE POSSIBILITY OF SUCH DAMAGE.
31 all: html
32 # The index.html file must be hand edited when adding manual pages
34 html:
35 mkdir html
36 groff -mandoc -Thtml openais_overview.8 > html/openais_overview.html
37 groff -mandoc -Thtml openais.conf.5 > html/openais.conf.html
38 groff -mandoc -Thtml evs_overview.8 > html/evs_overview.html
39 groff -mandoc -Thtml evs_initialize.3 > html/evs_initialize.html
40 groff -mandoc -Thtml evs_finalize.3 > html/evs_finalize.html
41 groff -mandoc -Thtml evs_fd_get.3 > html/evs_fd_get.html
42 groff -mandoc -Thtml evs_dispatch.3 > html/evs_dispatch.html
43 groff -mandoc -Thtml evs_join.3 > html/evs_join.html
44 groff -mandoc -Thtml evs_leave.3 > html/evs_leave.html
45 groff -mandoc -Thtml evs_mcast_groups.3 > html/evs_mcast_groups.html
46 groff -mandoc -Thtml evs_mcast_joined.3 > html/evs_mcast_joined.html
47 groff -mandoc -Thtml evs_membership_get.3 > html/evs_membership_get.html
49 groff -mandoc -Thtml cpg_overview.8 > html/cpg_overview.html
50 groff -mandoc -Thtml cpg_initialize.3 > html/cpg_initialize.html
51 groff -mandoc -Thtml cpg_finalize.3 > html/cpg_finalize.html
52 groff -mandoc -Thtml cpg_fd_get.3 > html/cpg_fd_get.html
53 groff -mandoc -Thtml cpg_dispatch.3 > html/cpg_dispatch.html
54 groff -mandoc -Thtml cpg_join.3 > html/cpg_join.html
55 groff -mandoc -Thtml cpg_leave.3 > html/cpg_leave.html
56 groff -mandoc -Thtml cpg_mcast_joined.3 > html/cpg_mcast_joined.html
57 groff -mandoc -Thtml cpg_membership_get.3 > html/cpg_membership_get.html
58 groff -mandoc -Thtml cpg_context_get.3 > html/cpg_context_get.html
59 groff -mandoc -Thtml cpg_context_set.3 > html/cpg_context_set.html
60 groff -mandoc -Thtml cpg_local_get.3 > html/cpg_local_get.html
62 groff -mandoc -Thtml confdb_dispatch.3> html/confdb_dispatch.html
63 groff -mandoc -Thtml confdb_fd_get.3 > html/confdb_fd_get.html
64 groff -mandoc -Thtml confdb_finalize.3 > html/confdb_finalize.html
65 groff -mandoc -Thtml confdb_initialize.3 > html/confdb_initialize.html
66 groff -mandoc -Thtml confdb_key_create.3 > html/confdb_key_create.html
67 groff -mandoc -Thtml confdb_key_delete.3 > html/confdb_key_delete.html
68 groff -mandoc -Thtml confdb_key_iter.3 > html/confdb_key_iter.html
69 groff -mandoc -Thtml confdb_key_replace.3 > html/confdb_key_replace.html
70 groff -mandoc -Thtml confdb_object_create.3 > html/confdb_object_create.html
71 groff -mandoc -Thtml confdb_object_destroy.3 > html/confdb_object_destroy.html
72 groff -mandoc -Thtml confdb_object_find.3 > html/confdb_object_find.html
73 groff -mandoc -Thtml confdb_object_iter.3 > html/confdb_object_iter.html
74 groff -mandoc -Thtml confdb_object_parent_get.3 > html/confdb_object_parent_get.html
75 groff -mandoc -Thtml confdb_overview.8 > html/confdb_overview.html
77 cp index.html html
79 clean:
80 rm -rf html