mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
10 lines
No EOL
292 B
Batchfile
10 lines
No EOL
292 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\ |