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