]> git.sur5r.net Git - openldap/blob - doc/guide/admin/Makefile
863fa3690534f53683a4ae0b5c5ceb0da877094d
[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_local.gif \
50         config_ref.gif \
51         config_repl.gif \
52         intro_dctree.gif \
53         intro_tree.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