Salome HOME
initial commit : transfert of salome configuration files from internal git base
[tools/sat_salome.git] / products / DOCUMENTATION.pyconf
1 default :
2 {
3     name : "DOCUMENTATION"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/documentation.git "
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "documentation.git"
10     }
11     environ :
12     {
13     }
14     depend : [
15              "KERNEL", 
16              "Sphinx", 
17              "Python", 
18              "docutils", 
19              "setuptools", 
20              "six", 
21              "pytz", 
22              "markupsafe" 
23              ]
24     build_depend : ["cmake", "doxygen"]
25     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
26     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
27     properties :    
28     {
29         is_SALOME_module : "yes"
30     }
31 }