Skip to content

Commit

Permalink
Removed useless tab in Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Numerinico committed Jun 4, 2018
1 parent c5d812b commit 9835c43
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ html:

.PHONY: htmlwerror
htmlwerror:
cd apis/en && make htmlwerror
cd end-user/en && make htmlwerror
cd admin/en && make htmlwerror
cd apis/en && make htmlwerror
cd end-user/en && make htmlwerror
cd admin/en && make htmlwerror

.PHONY: dirhtml
dirhtml:
Expand Down
6 changes: 3 additions & 3 deletions admin/en/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ html:

.PHONY: htmlwerror
htmlwerror:
$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. No warning. The HTML pages are in $(BUILDDIR)/html."
$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. No warning. The HTML pages are in $(BUILDDIR)/html."

.PHONY: dirhtml
dirhtml:
Expand Down
6 changes: 3 additions & 3 deletions apis/en/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ html:

.PHONY: htmlwerror
htmlwerror:
$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. No warning. The HTML pages are in $(BUILDDIR)/html."
$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. No warning. The HTML pages are in $(BUILDDIR)/html."

.PHONY: dirhtml
dirhtml:
Expand Down
6 changes: 3 additions & 3 deletions end-user/en/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ html:

.PHONY: htmlwerror
htmlwerror:
$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. No warning. The HTML pages are in $(BUILDDIR)/html."
$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. No warning. The HTML pages are in $(BUILDDIR)/html."

.PHONY: dirhtml
dirhtml:
Expand Down

0 comments on commit 9835c43

Please sign in to comment.