X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=module_generator%2Fdoc_tmpl.py;h=1d906e1eec58fea7ec77387f29b0493042bf2cb3;hb=2d2e0eb0f3408dcc0efa7a70431dbf210d2dcd94;hp=b40047bd416a0d93b2bb0caa8dbdce5edc10589e;hpb=e64e25f414b14218c94e06ff2f4550153518ff08;p=tools%2Fyacsgen.git diff --git a/module_generator/doc_tmpl.py b/module_generator/doc_tmpl.py index b40047b..1d906e1 100644 --- a/module_generator/doc_tmpl.py +++ b/module_generator/doc_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -20,15 +20,13 @@ try: from string import Template except: - from compat import Template,set + from module_generator.compat import Template,set # CMakeLists.txt in doc directory # template parameters: # module : module name # files : doc source files (.rst) docmakefile=""" -INCLUDE($${KERNEL_ROOT_DIR}/salome_adm/cmake_files/SalomeMacros.cmake) - SET(RSTFILES ${files} ) @@ -106,7 +104,7 @@ master_doc = 'index' # General information about the project. project = u'${module}' -copyright = u'2010-2015' +copyright = u'2010-2016' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the