From 7a78d69afad22d9d7619e3172ebd40313c402cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=9C=D0=B0=D1=81=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2?= Date: Fri, 25 Nov 2022 17:05:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=87=D0=B8=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B0=D0=B2=D1=82=D0=BE=D0=B3=D0=B5=D0=BD=D0=B5=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8E=20=D1=81=D1=84=D0=B8=D0=BD=D0=BA=D1=81?= =?UTF-8?q?=20(=D1=87=D1=82=D0=BE=D0=B1=D1=8B=20=D0=BD=D0=B5=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D1=81=D0=B5=D0=BB=D0=B0=20=D0=BE=D1=82=20?= =?UTF-8?q?=D0=9E=D0=A1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/GuideSphinx/make_RUS_Guide.bat | 2 +- Sources/RUS_GuideSphinxGenerate.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/GuideSphinx/make_RUS_Guide.bat b/Sources/GuideSphinx/make_RUS_Guide.bat index d0bbdeb6..5c7c813e 100755 --- a/Sources/GuideSphinx/make_RUS_Guide.bat +++ b/Sources/GuideSphinx/make_RUS_Guide.bat @@ -1,4 +1,4 @@ -cd %~dp0 +cd /d %~dp0 @ECHO OFF RD /S /Q "%~dp0..\..\Wiki\RUS_Guide\doctrees" RD /S /Q "%~dp0..\..\Wiki\RUS_Guide\html" diff --git a/Sources/RUS_GuideSphinxGenerate.cmd b/Sources/RUS_GuideSphinxGenerate.cmd index 5058ad96..32065953 100755 --- a/Sources/RUS_GuideSphinxGenerate.cmd +++ b/Sources/RUS_GuideSphinxGenerate.cmd @@ -1,4 +1,4 @@ -cd %~dp0 +cd /d %~dp0 RD /S /Q "%~dp0..\Wiki\RUS_Guide\doctrees" RD /S /Q "%~dp0..\Wiki\RUS_Guide\html" RD /S /Q "%~dp0..\Wiki\RUS_Guide\markdown"