From df46f8432a92f3cc2c3be6f5b6269c2797916648 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 25 Mar 2005 03:26:02 +0000 Subject: [PATCH] Fix things up --- doc/guide/admin/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/guide/admin/Makefile b/doc/guide/admin/Makefile index 731e0afdda..af694653ae 100644 --- a/doc/guide/admin/Makefile +++ b/doc/guide/admin/Makefile @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2005 The OpenLDAP Foundation. +## Copyright 2005 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -14,7 +14,9 @@ ## . all: guide.html index.html -sdf-src: \ +sdf-src: Makefile \ + ../plain.sdf \ + ../preamble.sdf \ abstract.sdf \ config.sdf \ dbtools.sdf \ @@ -39,6 +41,7 @@ sdf-src: \ tuning.sdf sdf-img: \ + ../images/LDAPlogo.gif \ config_local.gif \ config_ref.gif \ config_repl.gif \ @@ -48,7 +51,8 @@ sdf-img: \ intro_tree.gif \ replication.gif -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 -- 2.39.5