## <http://www.OpenLDAP.org/license.html>.
all: guide.html index.html
-sdf-src: Makefile \
+sdf-src: \
../plain.sdf \
../preamble.sdf \
abstract.sdf \
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
--- /dev/null
+# $OpenLDAP$
+# Copyright 1999-2005, The OpenLDAP Foundation, All Rights Reserved.
+# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
+#
+# guide.sdf
+#
+
+!define DOC_TOC 0
+
+!macro build_html_cover
+!endmacro
+
+!include "master.sdf"