]> git.sur5r.net Git - openldap/blob - doc/guide/admin/Makefile
Delta-syncrepl is not supported yet with mirror mode.
[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-2008 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 # for website building (for webmaster use, don't change)
18 www: guide.html index.html OpenLDAP-Admin-Guide.pdf
19
20 sdf-src: \
21         ../plain.sdf \
22         ../preamble.sdf \
23         abstract.sdf \
24         appendix-changes.sdf \
25         appendix-common-errors.sdf \
26         appendix-configs.sdf \
27         appendix-contrib.sdf \
28         appendix-deployments.sdf \
29         appendix-ldap-result-codes.sdf \
30         appendix-recommended-versions.sdf \
31         appendix-upgrading.sdf \
32         backends.sdf \
33         config.sdf \
34         dbtools.sdf \
35         glossary.sdf \
36         guide.sdf \
37         install.sdf \
38         intro.sdf \
39         maintenance.sdf \
40         master.sdf \
41         monitoringslapd.sdf \
42         overlays.sdf \
43         preface.sdf \
44         quickstart.sdf \
45         referrals.sdf \
46         replication.sdf \
47         runningslapd.sdf \
48         sasl.sdf \
49         schema.sdf \
50         security.sdf \
51         slapdconfig.sdf \
52         title.sdf \
53         tls.sdf \
54         troubleshooting.sdf \
55         tuning.sdf
56
57 sdf-img: \
58         ../images/LDAPlogo.gif \
59         allmail-en.png \
60         allusersgroup-en.png \
61         config_dit.png \
62         config_local.png \
63         config_ref.png \
64         config_repl.gif \
65         dual_dc.png \
66         intro_dctree.png \
67         intro_tree.png \
68         refint.png 
69
70 guide.html: guide.sdf sdf-src sdf-img
71         sdf -2html guide.sdf
72
73 index.html: index.sdf sdf-src sdf-img
74         sdf -2topics index.sdf
75
76 admin.html: admin.sdf sdf-src sdf-img
77         sdf -DPDF -2html admin.sdf
78
79 guide.pdf: admin.html guide.book
80         htmldoc --batch guide.book -f guide.pdf
81
82 OpenLDAP-Admin-Guide.pdf: admin.html guide.book
83         htmldoc --batch guide.book -f OpenLDAP-Admin-Guide.pdf
84
85 clean: 
86         rm -f *.pdf *.html *~ *.bak