From 7b9a9cd8a296cc3cb274ef90cec5cae5a5a587b3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 1 Jan 2007 10:16:34 +0000 Subject: [PATCH] Fix chapter links --- docs/manual/Makefile.in | 6 +++--- docs/manual/autochangerres.tex | 6 ++++-- docs/manual/dirdconf.tex | 8 ++++---- docs/manual/filedconf.tex | 8 ++++---- docs/manual/messagesres.tex | 3 +-- docs/manual/requirements.tex | 3 +-- docs/manual/state.tex | 2 +- docs/manual/storedconf.tex | 4 ++-- docs/manual/supportedchangers.tex | 1 - docs/manual/supporteddrives.tex | 3 +-- docs/manual/supportedoses.tex | 3 +-- 11 files changed, 22 insertions(+), 25 deletions(-) diff --git a/docs/manual/Makefile.in b/docs/manual/Makefile.in index 27d61220..320cc344 100644 --- a/docs/manual/Makefile.in +++ b/docs/manual/Makefile.in @@ -21,7 +21,7 @@ IMAGES=../images first_rule: bacula -bacula: tex web html dvipdf mini-clean +bacula: tex web dvipdf mini-clean .SUFFIXES: .tex .html .PHONY: @@ -73,8 +73,8 @@ web: @mkdir -p bacula @cp -fp ${IMAGES}/*.eps . @rm -f next.eps next.png prev.eps prev.png up.eps up.png - @cp -fp ${IMAGES}/*.eps *.txt bacula - @cp -fp ${IMAGES}/*.eps *.txt ${IMAGES}/*.png bacula + @cp -fp ${IMAGES}/*.eps *.txt bacula/ + @cp -fp ${IMAGES}/*.eps *.txt ${IMAGES}/*.png bacula/ @rm -f bacula/xp-*.png @rm -f bacula/next.eps bacula/next.png bacula/prev.eps bacula/prev.png bacula/up.eps bacula/up.png @rm -rf bacula/*.html diff --git a/docs/manual/autochangerres.tex b/docs/manual/autochangerres.tex index b60e6b1b..0d341337 100644 --- a/docs/manual/autochangerres.tex +++ b/docs/manual/autochangerres.tex @@ -1,6 +1,8 @@ +%% \chapter{Autochanger Resource} -\index[sd]{Autochanger Resource } -\index[sd]{Resource!Autochanger } +\label{Autochangerres} +\index[sd]{Autochanger Resource} +\index[sd]{Resource!Autochanger} The Autochanger resource supports single or multiple drive autochangers by grouping one or more Device resources diff --git a/docs/manual/dirdconf.tex b/docs/manual/dirdconf.tex index e915b374..73c2b9f3 100644 --- a/docs/manual/dirdconf.tex +++ b/docs/manual/dirdconf.tex @@ -55,9 +55,9 @@ Messages. We present them here in the most logical order for defining them: that can be used for a particular Job. \item \ilink{Catalog}{CatalogResource} -- to define in what database to - keep the list of files and the Volume names where they are backed up. + keep the list of files and the Volume names where they are backed up. \item - \ilink{Messages}{_ChapterStart15} -- to define where error and + \ilink{Messages}{MessagesChapter} -- to define where error and information messages are to be sent or logged. \end{itemize} @@ -723,7 +723,7 @@ JobDefs { this job, and thus how and where the various messages are to be delivered. For example, you can direct some messages to a log file, and others can be sent by email. For additional details, see the - \ilink{Messages Resource}{_ChapterStart15} Chapter of this manual. This + \ilink{Messages Resource}{MessagesChapter} Chapter of this manual. This directive is required. \item [Pool = \lt{}pool-resource-name\gt{}] @@ -2782,7 +2782,7 @@ Catalog \index[general]{Messages Resource} For the details of the Messages Resource, please see the -\ilink{Messages Resource Chapter}{_ChapterStart15} of this +\ilink{Messages Resource Chapter}{MessagesChapter} of this manual. \section{The Console Resource} diff --git a/docs/manual/filedconf.tex b/docs/manual/filedconf.tex index 23168540..4f87fe80 100644 --- a/docs/manual/filedconf.tex +++ b/docs/manual/filedconf.tex @@ -24,7 +24,7 @@ following Client Resource definitions must be defined: \ilink{Director}{DirectorResource} -- to define the Director's name and its access password. \item - \ilink{Messages}{_ChapterStart15} -- to define where error and + \ilink{Messages}{MessagesChapter} -- to define where error and information messages are to be sent. \end{itemize} @@ -284,12 +284,12 @@ Director { \normalsize \section{The Message Resource} -\label{MessagesResource} -\index[general]{Message Resource } +\label{MessagesResource3} +\index[general]{Message Resource} \index[general]{Resource!Message } Please see the -\ilink{Messages Resource}{_ChapterStart15} Chapter of this +\ilink{Messages Resource}{MessagesChapter} Chapter of this manual for the details of the Messages Resource. There must be at least one Message resource in the Client configuration file. diff --git a/docs/manual/messagesres.tex b/docs/manual/messagesres.tex index 7dfb87c8..5d2c6bab 100644 --- a/docs/manual/messagesres.tex +++ b/docs/manual/messagesres.tex @@ -1,9 +1,8 @@ %% %% -\label{MessageResource} -\label{_ChapterStart15} \chapter{Messages Resource} +\label{MessagesChapter} \index[general]{Resource!Messages} \index[general]{Messages Resource} diff --git a/docs/manual/requirements.tex b/docs/manual/requirements.tex index bc7d2d62..449243f6 100644 --- a/docs/manual/requirements.tex +++ b/docs/manual/requirements.tex @@ -1,9 +1,8 @@ %% %% -\label{_ChapterStart51} -\label{SysReqs} \chapter{System Requirements} +\label{SysReqs} \index[general]{System Requirements } \index[general]{Requirements!System } diff --git a/docs/manual/state.tex b/docs/manual/state.tex index 1ada48d8..332aeb2a 100644 --- a/docs/manual/state.tex +++ b/docs/manual/state.tex @@ -85,7 +85,7 @@ In other words, what is and what is not currently implemented and functional. \item The Volume data format is upwards compatible so that old Volumes can always be read. \item A flexible - \ilink{ message}{MessageResource} handler including routing + \ilink{message}{MessagesChapter} handler including routing of messages from any daemon back to the Director and automatic email reporting. \item Data spooling to disk during backup with subsequent write to tape from diff --git a/docs/manual/storedconf.tex b/docs/manual/storedconf.tex index ca356f14..6baf99c3 100644 --- a/docs/manual/storedconf.tex +++ b/docs/manual/storedconf.tex @@ -35,7 +35,7 @@ following Storage Resource definitions must be defined: \ilink{Device}{DeviceResource} -- to define the characteristics of your storage device (tape drive). \item - \ilink{Messages}{_ChapterStart15} -- to define where error and + \ilink{Messages}{MessagesChapter} -- to define where error and information messages are to be sent. \end{itemize} @@ -1183,7 +1183,7 @@ apply to removable filesystems such as USB in addition to DVD. \index[general]{Messages Resource} For a description of the Messages Resource, please see the -\ilink{Messages Resource}{_ChapterStart15} Chapter of this +\ilink{Messages Resource}{MessagesChapter} Chapter of this manual. \section{Sample Storage Daemon Configuration File} diff --git a/docs/manual/supportedchangers.tex b/docs/manual/supportedchangers.tex index 3b7a0960..14eb63f5 100644 --- a/docs/manual/supportedchangers.tex +++ b/docs/manual/supportedchangers.tex @@ -2,7 +2,6 @@ %% \chapter{Supported Autochangers} -\label{_ChapterStart21} \label{Models} \index[general]{Supported Autochanger Models} \index[general]{Autochangers!Supported} diff --git a/docs/manual/supporteddrives.tex b/docs/manual/supporteddrives.tex index 74565176..43861756 100644 --- a/docs/manual/supporteddrives.tex +++ b/docs/manual/supporteddrives.tex @@ -1,9 +1,8 @@ %% %% -\label{_ChapterStart19} -\label{SupportedDrives} \chapter{Supported Tape Drives} +\label{SupportedDrives} \index[general]{Drives!Supported Tape } \index[general]{Supported Tape Drives } diff --git a/docs/manual/supportedoses.tex b/docs/manual/supportedoses.tex index 852a8322..20d7f8b7 100644 --- a/docs/manual/supportedoses.tex +++ b/docs/manual/supportedoses.tex @@ -1,9 +1,8 @@ %% %% -\label{_ChapterStart46} -\label{SupportedOSes} \chapter{Supported Operating Systems} +\label{SupportedOSes} \index[general]{Systems!Supported Operating } \index[general]{Supported Operating Systems } -- 2.39.5