]> git.sur5r.net Git - openldap/blob - doc/guide/admin/Makefile
Import LDAP vs RDBMS section from FAQ and format/amend
[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         appendix-configs.sdf \
22         backends.sdf \
23         config.sdf \
24         dbtools.sdf \
25         glossary.sdf \
26         guide.sdf \
27         install.sdf \
28         intro.sdf \
29         maintenance.sdf \
30         master.sdf \
31         monitoringslapd.sdf \
32         overlays.sdf \
33         preface.sdf \
34         quickstart.sdf \
35         referrals.sdf \
36         replication.sdf \
37         runningslapd.sdf \
38         sasl.sdf \
39         schema.sdf \
40         security.sdf \
41         slapdconfig.sdf \
42         title.sdf \
43         tls.sdf \
44         troubleshooting.sdf \
45         tuning.sdf
46
47 sdf-img: \
48         ../images/LDAPlogo.gif \
49         config_dit.png \
50         config_local.png \
51         config_ref.png \
52         config_repl.gif \
53         intro_dctree.png \
54         intro_tree.png \
55
56 guide.html: guide.sdf sdf-src sdf-img
57         sdf -2html guide.sdf
58
59 index.html: index.sdf sdf-src sdf-img
60         sdf -2topics index.sdf
61
62 admin.html: admin.sdf sdf-src sdf-img
63         sdf -DPDF -2html admin.sdf
64
65 guide.pdf: admin.html
66         htmldoc --book --duplex --bottom 36 --top 36 \
67                 --toclevels 2 \
68                 -f guide.pdf admin.html