X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fguide%2Fadmin%2FMakefile;h=700f95fa9e4064c039866d63443dd2431d0a6806;hb=2c264be2c2eaae1c15d947373543ab0e4a7058d9;hp=f4ba869bc8ef3cd135b0863d5f119241d9945925;hpb=cda2dba2ab7f98c3986cd3c13259328bcc5cce94;p=openldap diff --git a/doc/guide/admin/Makefile b/doc/guide/admin/Makefile index f4ba869bc8..700f95fa9e 100644 --- a/doc/guide/admin/Makefile +++ b/doc/guide/admin/Makefile @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 2005-2007 The OpenLDAP Foundation. +## Copyright 2005-2013 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -14,12 +14,21 @@ ## . all: guide.html index.html +# for website building (for webmaster use, don't change) +www: guide.html index.html OpenLDAP-Admin-Guide.pdf + sdf-src: \ ../plain.sdf \ ../preamble.sdf \ abstract.sdf \ + access-control.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 \ @@ -48,12 +57,25 @@ sdf-src: \ sdf-img: \ ../images/LDAPlogo.gif \ + allmail-en.png \ + allusersgroup-en.png \ config_dit.png \ config_local.png \ config_ref.png \ - config_repl.gif \ + config_repl.png \ + delta-syncrepl.png \ + dual_dc.png \ intro_dctree.png \ intro_tree.png \ + ldap-sync-refreshandpersist.png \ + ldap-sync-refreshonly.png \ + n-way-multi-master.png \ + push-based-complete.png \ + push-based-standalone.png \ + refint.png \ + set-following-references.png \ + set-memberUid.png \ + set-recursivegroup.png guide.html: guide.sdf sdf-src sdf-img sdf -2html guide.sdf @@ -64,8 +86,11 @@ index.html: index.sdf sdf-src sdf-img admin.html: admin.sdf sdf-src sdf-img sdf -DPDF -2html admin.sdf -guide.pdf: admin.html - htmldoc --batch guide.book +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 clean: rm -f *.pdf *.html *~ *.bak