1%%
2%%
3%%  The following characters must be preceded by a backslash
4%%    to be entered as printable characters:
5%%
6%%   # $ % & ~ _ ^ \ { }
7%%
8\documentclass[10pt,a4paper,english,titlepage]{bmanual}
9
10\usepackage{makeidx}
11\usepackage{index}
12\makeindex
13\newindex{dir}{ddx}{dnd}{Director Index}
14\newindex{fd}{fdx}{fnd}{File Daemon Index}
15\newindex{sd}{sdx}{snd}{Storage Daemon Index}
16\newindex{console}{cdx}{cnd}{Console Index}
17\newindex{general}{idx}{ind}{General Index}
18
19\def\btitle{Developer's Guide}
20\def\bauthors{Kern Sibbald}
21
22\begin{document}
23
24\input{bcoverpage}
25
26\frontmatter
27\tableofcontents
28\listoffigures
29\listoftables
30
31\mainmatter
32\include{generaldevel}
33\include{git}
34\include{pluginAPI}
35\include{authplugin}
36\include{platformsupport}
37\include{daemonprotocol}
38\include{director}
39\include{file}
40\include{storage}
41\include{catalog}
42\include{mediaformat}
43\include{porting}
44\include{gui-interface}
45\include{tls-techdoc}
46\include{regression}
47\include{md5}
48\include{mempool}
49\include{netprotocol}
50\include{smartall}
51
52\begin{appendices}
53  \include{bacronyms}
54\end{appendices}
55
56% The following line tells link_resolver.pl to not include these files:
57% nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
58
59% pull in the index
60\printindex
61
62\end{document}
63