2005-03-25 11:18:33 +08:00
|
|
|
## Makefile for OpenLDAP Administrator's Guide
|
|
|
|
# $OpenLDAP$
|
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
##
|
2007-01-03 04:00:42 +08:00
|
|
|
## Copyright 2005-2007 The OpenLDAP Foundation.
|
2005-03-25 11:18:33 +08:00
|
|
|
## All rights reserved.
|
|
|
|
##
|
|
|
|
## Redistribution and use in source and binary forms, with or without
|
|
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
## Public License.
|
|
|
|
##
|
|
|
|
## A copy of this license is available in the file LICENSE in the
|
|
|
|
## top-level directory of the distribution or, alternatively, at
|
|
|
|
## <http://www.OpenLDAP.org/license.html>.
|
2005-03-25 11:17:36 +08:00
|
|
|
all: guide.html index.html
|
|
|
|
|
2005-03-30 07:59:04 +08:00
|
|
|
sdf-src: \
|
2005-03-25 11:26:02 +08:00
|
|
|
../plain.sdf \
|
|
|
|
../preamble.sdf \
|
2005-03-25 11:17:36 +08:00
|
|
|
abstract.sdf \
|
2007-09-04 06:59:36 +08:00
|
|
|
appendix-changes.sdf \
|
2007-10-01 06:47:48 +08:00
|
|
|
appendix-common-errors.sdf \
|
2007-06-02 01:45:42 +08:00
|
|
|
appendix-configs.sdf \
|
2007-10-01 06:47:48 +08:00
|
|
|
appendix-contrib.sdf \
|
|
|
|
appendix-deployments.sdf \
|
|
|
|
appendix-ldap-result-codes.sdf \
|
2007-10-14 05:54:42 +08:00
|
|
|
appendix-recommended-versions.sdf \
|
2007-09-04 06:59:36 +08:00
|
|
|
appendix-upgrading.sdf \
|
2007-06-02 01:45:42 +08:00
|
|
|
backends.sdf \
|
2005-03-25 11:17:36 +08:00
|
|
|
config.sdf \
|
|
|
|
dbtools.sdf \
|
2006-12-07 11:26:45 +08:00
|
|
|
glossary.sdf \
|
2005-03-25 11:17:36 +08:00
|
|
|
guide.sdf \
|
|
|
|
install.sdf \
|
|
|
|
intro.sdf \
|
2007-06-02 01:45:42 +08:00
|
|
|
maintenance.sdf \
|
2005-03-25 11:17:36 +08:00
|
|
|
master.sdf \
|
|
|
|
monitoringslapd.sdf \
|
2007-06-02 01:45:42 +08:00
|
|
|
overlays.sdf \
|
2005-03-25 11:17:36 +08:00
|
|
|
preface.sdf \
|
|
|
|
quickstart.sdf \
|
|
|
|
referrals.sdf \
|
|
|
|
replication.sdf \
|
|
|
|
runningslapd.sdf \
|
|
|
|
sasl.sdf \
|
|
|
|
schema.sdf \
|
|
|
|
security.sdf \
|
|
|
|
slapdconfig.sdf \
|
|
|
|
title.sdf \
|
|
|
|
tls.sdf \
|
2007-06-02 01:45:42 +08:00
|
|
|
troubleshooting.sdf \
|
2005-03-25 11:17:36 +08:00
|
|
|
tuning.sdf
|
|
|
|
|
|
|
|
sdf-img: \
|
2005-03-25 11:26:02 +08:00
|
|
|
../images/LDAPlogo.gif \
|
2007-08-01 19:30:50 +08:00
|
|
|
config_dit.png \
|
|
|
|
config_local.png \
|
|
|
|
config_ref.png \
|
2005-03-25 11:17:36 +08:00
|
|
|
config_repl.gif \
|
2007-08-01 19:30:50 +08:00
|
|
|
intro_dctree.png \
|
|
|
|
intro_tree.png \
|
2005-03-25 11:17:36 +08:00
|
|
|
|
2005-03-25 11:26:02 +08:00
|
|
|
guide.html: guide.sdf sdf-src sdf-img
|
2005-03-25 11:17:36 +08:00
|
|
|
sdf -2html guide.sdf
|
|
|
|
|
2005-03-25 11:26:02 +08:00
|
|
|
index.html: index.sdf sdf-src sdf-img
|
|
|
|
sdf -2topics index.sdf
|
2005-03-30 07:59:04 +08:00
|
|
|
|
|
|
|
admin.html: admin.sdf sdf-src sdf-img
|
|
|
|
sdf -DPDF -2html admin.sdf
|
|
|
|
|
|
|
|
guide.pdf: admin.html
|
2007-08-18 07:03:11 +08:00
|
|
|
htmldoc --batch guide.book
|
|
|
|
|
|
|
|
clean:
|
2007-09-04 06:59:36 +08:00
|
|
|
rm -f *.pdf *.html *~ *.bak
|