1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Documentation: various fixes. Add Russian CHM file.

This commit is contained in:
Mounir IDRASSI
2025-04-29 11:45:12 +09:00
parent ae8f511c01
commit 97e01098d4
15 changed files with 360 additions and 39 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -23,6 +23,17 @@ rmdir /s /Q CompilingGuidelineWin
move /Y "VeraCrypt User Guide.zh-cn.chm" "..\VeraCrypt User Guide.zh-cn.chm"
cd %CHMBUILDPATH%\ru
xcopy /E ..\..\html\ru\* .
hhc VeraCrypt_ru.hhp
del /F /Q *.html *.css *.jpg *.gif *.png *.svg *.js
rmdir /s /Q CompilingGuidelineWin
move /Y "VeraCrypt User Guide.ru.chm" "..\VeraCrypt User Guide.ru.chm"
cd %CHMBUILDPATH%