Skip to content

Commit

Permalink
update make.bat and Make for local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
akeeste committed Jan 29, 2025
1 parent 21622af commit 40a854d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = .
BUILDDIR = _build
SOURCEDIR = source

# User-friendly check for sphinx-build
Expand Down Expand Up @@ -55,7 +55,7 @@ clean:
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)"
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html"

dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
Expand Down
2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
Copy "..\MHKiT-MATLAB\examples\*.html" ".\mhkit-matlab\"
Copy "..\MHKiT-MATLAB\examples\*.html" ".\_build\html\mhkit-matlab\"
echo.Build finished. The HTML pages are in %BUILDDIR%/html
goto end
)
Expand Down

0 comments on commit 40a854d

Please sign in to comment.