Salome HOME
Generate documentation in the GHS3DPRLPLUGIN module. V6_5_0 V6_5_0p1 V6_5_0rc1 V6_5_0rc2
authorrnv <rnv@opencascade.com>
Fri, 25 May 2012 11:00:01 +0000 (11:00 +0000)
committerrnv <rnv@opencascade.com>
Fri, 25 May 2012 11:00:01 +0000 (11:00 +0000)
salome_adm/cmake_files/am2cmake.py

index e8ce38fe69f4820b39a54ddad9641d6a87f4a622..20f0e9c7b354101672f49d02df46e9f1417f7640 100644 (file)
@@ -1134,7 +1134,7 @@ class CMakeFile(object):
             )
             ''')
             self.files.append("static/header.html.in")
-            if mod in ['geom', 'smesh', 'visu','netgenplugin','blsurfplugin','hexoticplugin','ghs3dplugin'] and self.root[-len(mod):] == upmod:
+            if mod in ['geom', 'smesh', 'visu','netgenplugin','blsurfplugin','hexoticplugin','ghs3dplugin',"ghs3dprlplugin"] and self.root[-len(mod):] == upmod:
               self.files.append("static/header_py.html.in")
      
         if self.module == "yacs":
@@ -1212,7 +1212,7 @@ class CMakeFile(object):
             WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}             
             )"""%(input, doc_gui_destination, doc_source, doc_gui_destination, head_source, doc_gui_destination))
         from os import path
-        if mod in ['geom', 'smesh', 'visu', 'netgenplugin','blsurfplugin','hexoticplugin','ghs3dplugin'] and self.root[-len(mod):] == upmod and operator.contains(self.root, 'doc'):
+        if mod in ['geom', 'smesh', 'visu', 'netgenplugin','blsurfplugin','hexoticplugin','ghs3dplugin','ghs3dprlplugin'] and self.root[-len(mod):] == upmod and operator.contains(self.root, 'doc'):
             ign = r"""'*usr_docs*', '*CMakeFiles*', '*.cmake', 'doxyfile*', '*.vcproj', 'static', 'Makefile*'"""
             if mod in ['geom', 'smesh']:
                 if mod == 'geom':
@@ -1237,7 +1237,7 @@ class CMakeFile(object):
                 )"""%(prepare_generating_doc_src, prepare_generating_doc_src, tmp, upmod, tmp, tmp, input, tmp, doc_gui_destination, doc_gui_destination, ign, head_source, doc_gui_destination))
             else:
                 config_f = ""
-               if mod in ['netgenplugin','blsurfplugin','hexoticplugin','ghs3dplugin'] :
+               if mod in ['netgenplugin','blsurfplugin','hexoticplugin','ghs3dplugin', "ghs3dprlplugin"] :
                     config_f = "doxyfile_py"
                 else:
                     config_f = "doxyfile_idl"