Skip to content

Commit

Permalink
rename html target
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Nov 20, 2018
1 parent b35ff32 commit d8fded4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/debian/docs
@@ -1,5 +1,5 @@
manuals/en/main/bareos-manual-main-reference.pdf
manuals/en/main/html/
manuals/en/main-sphinx/html/ main-sphinx-html
manuals/en/main-sphinx/main-sphinx-html/
manuals/en/developers/html/
manuals/en/developers/latex/BareosDeveloperGuide.pdf
6 changes: 4 additions & 2 deletions docs/manuals/en/main-sphinx/Makefile
Expand Up @@ -15,8 +15,10 @@ BUILDDIR = .
#.PHONY: help Makefile

html:
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
# @$(SPHINXBUILD) -M latexpdf "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(0)
[ -d main-sphinx-html ] && rm -Rf main-sphinx-html
mv html main-sphinx-html
@$(SPHINXBUILD) -M latexpdf "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

packageclean:
rm -Rf $(BUILDDIR)/*
Expand Down

0 comments on commit d8fded4

Please sign in to comment.