mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 12:54:09 -05:00
Move preamble.sdf to title.sdf. Create new preamble.sdf to hold
preamble text (publishing info, acknowledgements, etc.)
This commit is contained in:
parent
028067e338
commit
3f3b2a2bad
3 changed files with 29 additions and 9 deletions
|
|
@ -5,10 +5,13 @@
|
|||
# SDF master file for the OpenLDAP Administrator's guide
|
||||
#
|
||||
|
||||
# title information
|
||||
!include "title.sdf"
|
||||
|
||||
# Document copyright, publishing info, acknowledgements, preface
|
||||
!include "preamble.sdf"
|
||||
|
||||
!include "copyright.sdf"
|
||||
|
||||
# Chapters
|
||||
!include "intro.sdf"
|
||||
!include "quickstart.sdf"
|
||||
!include "config.sdf"
|
||||
|
|
@ -21,3 +24,8 @@
|
|||
!include "referrals.sdf"
|
||||
!include "replication.sdf"
|
||||
|
||||
# Appendices
|
||||
|
||||
# Software Copyright/License
|
||||
# !include "copyright.sdf"
|
||||
# !include "license.sdf"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,10 @@
|
|||
# Copyright 1999, The OpenLDAP Foundation, All Rights Reserved.
|
||||
# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
|
||||
# file: guide.sdf
|
||||
#
|
||||
|
||||
!define DOC_NAME "OpenLDAP Administrators Guide"
|
||||
!define DOC_AUTHOR "OpenLDAP <{{URL:http://www.openldap.org/}}>"
|
||||
!define DOC_LOGO "LDAPwww.gif"
|
||||
!define DOC_LOF_TITLE "Figures"
|
||||
!define DOC_LOF
|
||||
!build_title
|
||||
H1: Acknowledgements
|
||||
|
||||
The OpenLDAP Project would like to thank the University of Michigan
|
||||
LDAP Team for building the foundation of LDAP software and information
|
||||
to which we build upon.
|
||||
|
||||
|
|
|
|||
15
doc/guide/title.sdf
Normal file
15
doc/guide/title.sdf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright 1999, The OpenLDAP Foundation, All Rights Reserved.
|
||||
# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
|
||||
#
|
||||
# Document: OpenLDAP Administrator's Guide
|
||||
# Master: master.sdf
|
||||
#
|
||||
|
||||
!define DOC_NAME "OpenLDAP Administrators Guide"
|
||||
!define DOC_AUTHOR "OpenLDAP <{{URL:http://www.openldap.org/}}>"
|
||||
!define DOC_LOGO "LDAPwww.gif"
|
||||
!define DOC_LOF_TITLE "Figures"
|
||||
!define DOC_LOF
|
||||
!build_title
|
||||
|
||||
|
||||
Loading…
Reference in a new issue