1 ## Makefile for OpenLDAP Administrator's Guide
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 ## Copyright 2005-2007 The OpenLDAP Foundation.
6 ## All rights reserved.
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
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
17 # for website building (for webmaster use, don't change)
18 www: guide.html index.html OpenLDAP-Admin-Guide.pdf
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 \
58 ../images/LDAPlogo.gif \
60 allusersgroup-en.png \
69 guide.html: guide.sdf sdf-src sdf-img
72 index.html: index.sdf sdf-src sdf-img
73 sdf -2topics index.sdf
75 admin.html: admin.sdf sdf-src sdf-img
76 sdf -DPDF -2html admin.sdf
78 guide.pdf: admin.html guide.book
79 htmldoc --batch guide.book -f guide.pdf
81 OpenLDAP-Admin-Guide.pdf: admin.html guide.book
82 htmldoc --batch guide.book -f OpenLDAP-Admin-Guide.pdf
85 rm -f *.pdf *.html *~ *.bak