doublecmd/install/windows/install-help.bat
Alexander Koblov 4681eddd48 UPD: Add Ukrainian help files to install scripts
UPD: Change ua to uk (ISO 639-1)
2011-07-16 19:13:34 +00:00

12 lines
No EOL
366 B
Batchfile

rem This script run from create_packages.bat
rem If you run it direct, set up %BUILD_PACK_DIR% first
set DC_HELP_INSTALL_DIR=%BUILD_PACK_DIR%\doublecmd\doc
rem Clean help directory
rm -rf %DC_HELP_INSTALL_DIR%\
rem Copy Russian help files
xcopy /E doc\ru %DC_HELP_INSTALL_DIR%\ru\
rem Copy Ukrainian help files
xcopy /E doc\uk %DC_HELP_INSTALL_DIR%\uk\