mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-29 17:39:47 +03:00
Remove changes target from make.bat (#131)
This commit is contained in:
parent
17f8e7fce0
commit
38361c7ec6
|
@ -67,14 +67,6 @@ if "%1" == "singlehtml" (
|
|||
goto end
|
||||
)
|
||||
|
||||
if "%1" == "changes" (
|
||||
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
|
||||
if errorlevel 1 exit /b 1
|
||||
echo.
|
||||
echo.The overview file is in %BUILDDIR%/changes.
|
||||
goto end
|
||||
)
|
||||
|
||||
if "%1" == "linkcheck" (
|
||||
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
|
||||
if errorlevel 1 exit /b 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user