Skip to content

Commit

Permalink
docs: moved all content from main into manuals
Browse files Browse the repository at this point in the history
- deleted not needed files
- adapted script paths
  • Loading branch information
franku committed May 16, 2019
1 parent de8134f commit 20ceeaf
Show file tree
Hide file tree
Showing 1,138 changed files with 12 additions and 359 deletions.
12 changes: 6 additions & 6 deletions docs/manuals/main/Makefile → docs/manuals/Makefile
@@ -1,18 +1,18 @@

MKDIR=mkdir -p
BAREOS_DIR=../../../../bareos-master/b/systemtests/sbin/bareos-dir
BAREOS_SD=../../../../bareos-master/b/systemtests/sbin/bareos-sd
BAREOS_FD=../../../../bareos-master/b/systemtests/sbin/bareos-fd
BCONSOLE=../../../../bareos-master/b/systemtests/bin/bconsole
BAREOS_TRAY_MONITOR=../../../../bareos-master/b/core/src/qt-tray-monitor/bareos-tray-monitor
BAREOS_DIR=../../../bareos-master/b/systemtests/sbin/bareos-dir
BAREOS_SD=../../../bareos-master/b/systemtests/sbin/bareos-sd
BAREOS_FD=../../../bareos-master/b/systemtests/sbin/bareos-fd
BCONSOLE=../../../bareos-master/b/systemtests/bin/bconsole
BAREOS_TRAY_MONITOR=../../../bareos-master/b/core/src/qt-tray-monitor/bareos-tray-monitor

GENERATED = include/autogenerated/bareos-dir-*.rst.inc \
include/autogenerated/bareos-sd-*.rst.inc \
include/autogenerated/bareos-fd-*.rst.inc \
include/autogenerated/bconsole-*.rst.inc \
include/autogenerated/bareos-tray-monitor-*.rst.inc

GENERATE_RESOURCE_DESCRIPTIONS=../scripts/generate-resoure-descriptions.py --sphinx
GENERATE_RESOURCE_DESCRIPTIONS=./scripts/generate-resoure-descriptions.py --sphinx


# You can set these variables from the command line.
Expand Down
File renamed without changes.
337 changes: 0 additions & 337 deletions docs/manuals/scripts/generate-bareos-package-info.py

This file was deleted.

10 changes: 0 additions & 10 deletions docs/manuals/scripts/generate-bareos-package-info.sh

This file was deleted.

4 changes: 2 additions & 2 deletions docs/manuals/scripts/generate-resoure-descriptions.sh
Expand Up @@ -4,10 +4,10 @@ set -e
set -u

BASEDIR=`dirname $0`
TARGETDIR="${BASEDIR}/../en/new_main_reference"
TARGETDIR="${BASEDIR}"
# relative from TARGETDIR
SCRIPTDIR="../../scripts"
DATADIR="../main/autogenerated"
DATADIR="../autogenerated"

cd ${TARGETDIR}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -88,7 +88,7 @@ Resource Directive
Resource Directive Definition
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The documenation outline for resource directives is autogenerated (by https://github.com/bareos/bareos/blob/master/docs/manuals/scripts/generate-resoure-descriptions.py) and stored into the https://github.com/bareos/bareos/tree/master/docs/manuals/main/source/include/autogenerated/ directory.
The documenation outline for resource directives is autogenerated (by https://github.com/bareos/bareos/blob/master/docs/manuals/scripts/generate-resoure-descriptions.py) and stored into the https://github.com/bareos/bareos/tree/master/docs/manuals/source/include/autogenerated/ directory.

Internally, they can be referenced by the ``:config:option:`` directive.
From extern, the URL to access them is
Expand Down

0 comments on commit 20ceeaf

Please sign in to comment.