Skip to content

Commit

Permalink
Fixing tabulation on Makefile for documentation generation (#91)
Browse files Browse the repository at this point in the history
Fixing tabulation on Makefile for documentation generation (#91)
  • Loading branch information
RodrigoATorres authored Aug 4, 2022
1 parent a6ea561 commit 088e207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ help:
.PHONY: help Makefile

buildapi:
sphinx-apidoc -fMeT ../netsuitesdk -o _api
@echo "Auto-generation of API documentation finished. " \
"The generated files are in '_api/'"
sphinx-apidoc -fMeT ../netsuitesdk -o _api
@echo "Auto-generation of API documentation finished. " \
"The generated files are in '_api/'"

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down

0 comments on commit 088e207

Please sign in to comment.