]> git.sur5r.net Git - openldap/blob - doc/guide/admin/Makefile
Add new appendices to main docs and spell check
[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-changes.sdf \
22         appendix-common-errors.sdf \
23         appendix-configs.sdf \
24         appendix-contrib.sdf \
25         appendix-deployments.sdf \
26         appendix-ldap-result-codes.sdf \
27         appendix-upgrading.sdf \
28         backends.sdf \
29         config.sdf \
30         dbtools.sdf \
31         glossary.sdf \
32         guide.sdf \
33         install.sdf \
34         intro.sdf \
35         maintenance.sdf \
36         master.sdf \
37         monitoringslapd.sdf \
38         overlays.sdf \
39         preface.sdf \
40         quickstart.sdf \
41         referrals.sdf \
42         replication.sdf \
43         runningslapd.sdf \
44         sasl.sdf \
45         schema.sdf \
46         security.sdf \
47         slapdconfig.sdf \
48         title.sdf \
49         tls.sdf \
50         troubleshooting.sdf \
51         tuning.sdf
52
53 sdf-img: \
54         ../images/LDAPlogo.gif \
55         config_dit.png \
56         config_local.png \
57         config_ref.png \
58         config_repl.gif \
59         intro_dctree.png \
60         intro_tree.png \
61
62 guide.html: guide.sdf sdf-src sdf-img
63         sdf -2html guide.sdf
64
65 index.html: index.sdf sdf-src sdf-img
66         sdf -2topics index.sdf
67
68 admin.html: admin.sdf sdf-src sdf-img
69         sdf -DPDF -2html admin.sdf
70
71 guide.pdf: admin.html
72         htmldoc --batch guide.book
73
74 clean: 
75         rm -f *.pdf *.html *~ *.bak