openldap/doc/guide/admin/Makefile

77 lines
1.6 KiB
Makefile
Raw Normal View History

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
sdf-src: \
2005-03-25 11:26:02 +08:00
../plain.sdf \
../preamble.sdf \
2005-03-25 11:17:36 +08:00
abstract.sdf \
appendix-changes.sdf \
appendix-common-errors.sdf \
appendix-configs.sdf \
appendix-contrib.sdf \
appendix-deployments.sdf \
appendix-ldap-result-codes.sdf \
appendix-recommended-versions.sdf \
appendix-upgrading.sdf \
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 \
maintenance.sdf \
2005-03-25 11:17:36 +08:00
master.sdf \
monitoringslapd.sdf \
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 \
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
admin.html: admin.sdf sdf-src sdf-img
sdf -DPDF -2html admin.sdf
guide.pdf: admin.html
htmldoc --batch guide.book
clean:
rm -f *.pdf *.html *~ *.bak