Fix makefile

This commit is contained in:
Morris Jobke
2016-07-13 13:13:31 +02:00
parent c01e4a0d67
commit 708a9955d2

View File

@@ -47,7 +47,7 @@ html: html-com
html-all: html-release html-com
html-release:
$(SPHINXBUILD) -b html -D html_theme='owncloud_release' $(ALLSPHINXOPTS) $(BUILDDIR)/html/release
$(SPHINXBUILD) -b html -D html_theme='nextcloud_release' $(ALLSPHINXOPTS) $(BUILDDIR)/html/release
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/release."