File: gettext_scan.bat

package info (click to toggle)
datalab 0.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 41,724 kB
  • sloc: python: 27,814; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14

@echo off
call %~dp0utils GetScriptPath SCRIPTPATH
call %FUNC% GetLibName LIBNAME
call %FUNC% GetModName MODNAME
call %FUNC% SetPythonPath
call %FUNC% UsePython
call %FUNC% GetVersion CDL_VERSION

set BUILDDIR=%SCRIPTPATH%\..\build\gettext
cd %SCRIPTPATH%\..\doc
sphinx-build . %BUILDDIR% -b gettext
sphinx-intl update -p %BUILDDIR% -l fr
call %~dp0gettext rescan