openldap/doc/guide/admin/Makefile

68 lines
1.4 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-configs.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 \
2005-03-25 11:17:36 +08:00
config_local.gif \
config_ref.gif \
config_repl.gif \
intro_dctree.gif \
intro_tree.gif \
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 --book --duplex --bottom 36 --top 36 \
--toclevels 2 \
-f guide.pdf admin.html