public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
32bb24529f92346af26219baed295b7488b77534 blob 800 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
@ECHO OFF

pushd %~dp0

REM Command file for Sphinx documentation

if "%SPHINXBUILD%" == "" (
	set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build

%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
	echo.
	echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
	echo.installed, then set the SPHINXBUILD environment variable to point
	echo.to the full path of the 'sphinx-build' executable. Alternatively you
	echo.may add the Sphinx directory to PATH.
	echo.
	echo.If you don't have Sphinx installed, grab it from
	echo.https://www.sphinx-doc.org/
	exit /b 1
)

if "%1" == "" goto help

%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end

:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%

:end
popd
debug log:

solving 32bb245 ...
found 32bb245 in http://lists.johnnyrichard.com/olang/20240216090244.40241-2-johnny@johnnyrichard.com/

applying [1/1] http://lists.johnnyrichard.com/olang/20240216090244.40241-2-johnny@johnnyrichard.com/
diff --git a/docs/make.bat b/docs/make.bat
new file mode 100644
index 0000000..32bb245

1:7: trailing whitespace.
@ECHO OFF\r
1:8: trailing whitespace.
\r
1:9: trailing whitespace.
pushd %~dp0\r
1:10: trailing whitespace.
\r
1:11: trailing whitespace.
REM Command file for Sphinx documentation\r
Checking patch docs/make.bat...
Applied patch docs/make.bat cleanly.
warning: squelched 30 whitespace errors
warning: 35 lines add whitespace errors.

index at:
100644 32bb24529f92346af26219baed295b7488b77534	docs/make.bat

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox