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