]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/Makefile
This is used in the Makefile rule to build guide.pdf. Hence the -f is bogus.
[openldap] / doc / guide / admin / Makefile
index 634a55749d32a9f6b66f0fee107a8ffc7b9e8b50..5b673a9201408f5935bb64fd18c3fa27b797eb14 100644 (file)
@@ -1,16 +1,43 @@
+## Makefile for OpenLDAP Administrator's Guide
+# $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 2005-2007 The OpenLDAP Foundation.
+## 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>.
 all: guide.html index.html
 
 sdf-src: \
+       ../plain.sdf \
+       ../preamble.sdf \
        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 \
        config.sdf \
        dbtools.sdf \
+       glossary.sdf \
        guide.sdf \
        install.sdf \
        intro.sdf \
+       maintenance.sdf \
        master.sdf \
        monitoringslapd.sdf \
+       overlays.sdf \
        preface.sdf \
-       proxycache.sdf \
        quickstart.sdf \
        referrals.sdf \
        replication.sdf \
@@ -19,22 +46,31 @@ sdf-src: \
        schema.sdf \
        security.sdf \
        slapdconfig.sdf \
-       syncrepl.sdf \
        title.sdf \
        tls.sdf \
+       troubleshooting.sdf \
        tuning.sdf
 
 sdf-img: \
-       config_local.gif \
-       config_ref.gif \
+       ../images/LDAPlogo.gif \
+       config_dit.png \
+       config_local.png \
+       config_ref.png \
        config_repl.gif \
-       config_x500fe.gif \
-       config_x500ref.gif \
-       intro_dctree.gif \
-       intro_tree.gif \
-       replication.gif
+       intro_dctree.png \
+       intro_tree.png \
 
-guide.html: guide.sdf sdf-src
+guide.html: guide.sdf sdf-src sdf-img
        sdf -2html guide.sdf
 
-index.html: index.sdf sdf-src
+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