Skip to content

Commit

Permalink
docs: (LaTex) adapted documenation to be better convertible
Browse files Browse the repository at this point in the history
Rearrange old main manual section heading, so that pandoc/sphinx don't get confused.
Removed outdated configuration files.
Changes some formating.
Fixes the backward-compatibility reference.
Merge storage-backends.tex and storage-backend-droplet.tex, so that it can be better handled by sphinx.
Enable "make check" again, so that the LaTex code can be checked for errors.
  • Loading branch information
joergsteffens committed Feb 10, 2019
1 parent bf46c2a commit 9224ad4
Show file tree
Hide file tree
Showing 30 changed files with 912 additions and 1,483 deletions.
2 changes: 1 addition & 1 deletion docs/manuals/en/main/Makefile
Expand Up @@ -146,7 +146,7 @@ check: bareos-manual-main-reference.pdf
@# hyperlink: multiline: pdfTeX warning .* has been reference$d but does not exist
@# defDirective multiline: Warning: defDirective{Dir}{Director}{PluginNames} has no matching resourceDirective and will be ignored.
@# pdfTeX warning (dest): name{directiveDirJobMigration\040Time} has been referenced but does not exist, replaced by a fixed one
@#if ! grep "LaTeX Warning: Hyper reference .* undefined on input\|LaTeX Warning: There were undefined references.\|pdfTeX warning .* has been reference\|Warning: defDirective\|pdfTeX warning (dest): name" $(LOG); then echo "CHECK: OK"; true; else echo "CHECK: FAILED: undefined references"; false; fi
@if ! grep "LaTeX Warning: Hyper reference .* undefined on input\|LaTeX Warning: There were undefined references.\|pdfTeX warning .* has been reference\|Warning: defDirective\|pdfTeX warning (dest): name" $(LOG); then echo "CHECK: OK"; true; else echo "CHECK: FAILED: undefined references"; false; fi

clean:
if [ -e html/images/ ]; then rm -f html/images/* && rmdir html/images; fi
Expand Down
330 changes: 0 additions & 330 deletions docs/manuals/en/main/bareos-dir.conf.in

This file was deleted.

0 comments on commit 9224ad4

Please sign in to comment.