Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: build sphinx main reference guide
  • Loading branch information
pstorz committed Nov 23, 2018
1 parent 56954f5 commit 44c10a4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
@@ -1,5 +1,5 @@

SUBDIRS = manuals/en/main/ manuals/en/developers/
SUBDIRS = manuals/en/new_main_reference/ manuals/en/developers/ manuals/en/main/
.PHONY: $(SUBDIRS)

all: TARGET=
Expand Down
3 changes: 2 additions & 1 deletion docs/debian/docs
@@ -1,3 +1,4 @@
manuals/en/main/bareos-manual-main-reference.pdf
manuals/en/main/html/
manuals/en/developers/html/
manuals/en/developers/BareosDeveloperGuide/
manuals/en/new_main_reference/BareosMainReference/
2 changes: 1 addition & 1 deletion docs/manuals/en/developers/Makefile
Expand Up @@ -6,7 +6,7 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = BareosDeveloperGuide
SOURCEDIR = source
BUILDDIR = .
BUILDDIR = BareosDeveloperGuide

## Put it first so that "make" without argument is like "make help".
#help:
Expand Down
11 changes: 10 additions & 1 deletion docs/manuals/en/new_main_reference/Makefile
Expand Up @@ -6,12 +6,21 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = BareosMainReference
SOURCEDIR = source
BUILDDIR = build
BUILDDIR = BareosMainReference


# Put it first so that "make" without argument is like "make help".
all:
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
#@$(SPHINXBUILD) -M latexpdf "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

check:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)


.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
Expand Down

0 comments on commit 44c10a4

Please sign in to comment.