]> git.sur5r.net Git - openldap/blob - doc/guide/admin/Makefile
dfae7270e963a42303200a6a296fc77e0836e952
[openldap] / doc / guide / admin / Makefile
1 ## Makefile for OpenLDAP Administrator's Guide
2 # $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 2005-2007 The OpenLDAP Foundation.
6 ## All rights reserved.
7 ##
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
10 ## Public License.
11 ##
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
15 all: guide.html index.html
16
17 sdf-src: \
18         ../plain.sdf \
19         ../preamble.sdf \
20         abstract.sdf \
21         config.sdf \
22         dbtools.sdf \
23         glossary.sdf \
24         guide.sdf \
25         install.sdf \
26         intro.sdf \
27         master.sdf \
28         monitoringslapd.sdf \
29         preface.sdf \
30         proxycache.sdf \
31         quickstart.sdf \
32         referrals.sdf \
33         replication.sdf \
34         runningslapd.sdf \
35         sasl.sdf \
36         schema.sdf \
37         security.sdf \
38         slapdconfig.sdf \
39         syncrepl.sdf \
40         title.sdf \
41         tls.sdf \
42         tuning.sdf
43
44 sdf-img: \
45         ../images/LDAPlogo.gif \
46         config_local.gif \
47         config_ref.gif \
48         config_repl.gif \
49         config_x500fe.gif \
50         config_x500ref.gif \
51         intro_dctree.gif \
52         intro_tree.gif \
53         replication.gif
54
55 guide.html: guide.sdf sdf-src sdf-img
56         sdf -2html guide.sdf
57
58 index.html: index.sdf sdf-src sdf-img
59         sdf -2topics index.sdf
60
61 admin.html: admin.sdf sdf-src sdf-img
62         sdf -DPDF -2html admin.sdf
63
64 guide.pdf: admin.html
65         htmldoc --book --duplex --bottom 36 --top 36 \
66                 --toclevels 2 \
67                 -f guide.pdf admin.html