Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Nov 20, 2018
1 parent 169f459 commit d1d3687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/debian/docs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
manuals/en/main/bareos-manual-main-reference.pdf
manuals/en/main/html/
manuals/en/main-sphinx/main-sphinx-html/
manuals/en/developers/html/
manuals/en/main-sphinx/latex/BareosMainReference.pdf
manuals/en/developers/developersguide-html/
manuals/en/developers/latex/BareosDeveloperGuide.pdf
2 changes: 2 additions & 0 deletions docs/manuals/en/developers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ BUILDDIR = .

html:
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
mv html developersguide-html
@$(SPHINXBUILD) -M latexpdf "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
mv latexpdf developersguide-latexpdf

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

0 comments on commit d1d3687

Please sign in to comment.