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/>.
|
|
|
|
##
|
2014-01-25 21:21:25 +08:00
|
|
|
## Copyright 2005-2014 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
|
|
|
|
|
2007-11-08 00:18:05 +08:00
|
|
|
# for website building (for webmaster use, don't change)
|
2007-11-08 00:46:50 +08:00
|
|
|
www: guide.html index.html OpenLDAP-Admin-Guide.pdf
|
2007-11-08 00:18:05 +08:00
|
|
|
|
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 \
|
2008-03-15 06:53:34 +08:00
|
|
|
access-control.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-11-08 07:52:55 +08:00
|
|
|
allmail-en.png \
|
|
|
|
allusersgroup-en.png \
|
2007-08-01 19:30:50 +08:00
|
|
|
config_dit.png \
|
|
|
|
config_local.png \
|
|
|
|
config_ref.png \
|
2008-03-20 06:17:04 +08:00
|
|
|
config_repl.png \
|
2009-03-07 01:50:16 +08:00
|
|
|
delta-syncrepl.png \
|
2007-11-30 00:59:10 +08:00
|
|
|
dual_dc.png \
|
2007-08-01 19:30:50 +08:00
|
|
|
intro_dctree.png \
|
|
|
|
intro_tree.png \
|
2009-03-07 01:50:16 +08:00
|
|
|
ldap-sync-refreshandpersist.png \
|
|
|
|
ldap-sync-refreshonly.png \
|
|
|
|
n-way-multi-master.png \
|
2008-07-10 07:20:49 +08:00
|
|
|
push-based-complete.png \
|
|
|
|
push-based-standalone.png \
|
2008-03-15 06:53:34 +08:00
|
|
|
refint.png \
|
|
|
|
set-following-references.png \
|
|
|
|
set-memberUid.png \
|
|
|
|
set-recursivegroup.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
|
|
|
|
|
2007-11-08 00:00:01 +08:00
|
|
|
guide.pdf: admin.html guide.book
|
|
|
|
htmldoc --batch guide.book -f guide.pdf
|
|
|
|
|
|
|
|
OpenLDAP-Admin-Guide.pdf: admin.html guide.book
|
|
|
|
htmldoc --batch guide.book -f OpenLDAP-Admin-Guide.pdf
|
2007-08-18 07:03:11 +08:00
|
|
|
|
|
|
|
clean:
|
2007-09-04 06:59:36 +08:00
|
|
|
rm -f *.pdf *.html *~ *.bak
|