]> git.sur5r.net Git - openldap/blob - doc/guide/admin/Makefile
Sync with HEAD
[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 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         guide.sdf \
24         install.sdf \
25         intro.sdf \
26         master.sdf \
27         monitoringslapd.sdf \
28         preface.sdf \
29         proxycache.sdf \
30         quickstart.sdf \
31         referrals.sdf \
32         replication.sdf \
33         runningslapd.sdf \
34         sasl.sdf \
35         schema.sdf \
36         security.sdf \
37         slapdconfig.sdf \
38         syncrepl.sdf \
39         title.sdf \
40         tls.sdf \
41         tuning.sdf
42
43 sdf-img: \
44         ../images/LDAPlogo.gif \
45         config_local.gif \
46         config_ref.gif \
47         config_repl.gif \
48         config_x500fe.gif \
49         config_x500ref.gif \
50         intro_dctree.gif \
51         intro_tree.gif \
52         replication.gif
53
54 guide.html: guide.sdf sdf-src sdf-img
55         sdf -2html guide.sdf
56
57 index.html: index.sdf sdf-src sdf-img
58         sdf -2topics index.sdf
59
60 admin.html: admin.sdf sdf-src sdf-img
61         sdf -DPDF -2html admin.sdf
62
63 guide.pdf: admin.html
64         htmldoc --book --duplex --bottom 36 --top 36 \
65                 --toclevels 2 \
66                 -f guide.pdf admin.html