]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Path correction in default profile
authorCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Wed, 1 Oct 2014 13:38:35 +0000 (15:38 +0200)
committerCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Wed, 1 Oct 2014 13:38:35 +0000 (15:38 +0200)
bin/app-template/doc/conf.py.in
bin/app-template/doc/link.rst
bin/app-template/resources/doc/CMakeLists.txt

index ed3706ac82fb3d6cd8aa65f598a5471770976bfe..04f3b6d0523089bc68a1a7ba1d9666605e957e38 100644 (file)
@@ -113,7 +113,7 @@ html_theme = 'default'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['@SALOME_[NAME_OF_APPLICATION]_HTML_STATIC_PATH@']
+html_static_path = ['@SALOME_[NAME_OF_APPLICATION]_INSTALL_DOC_GUI@/_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
index 310be01aa0291dc5378689a1fe5549d1c9e2ac98..d3afea13b28244f82713c8f8d78f7b23b344dbbc 100644 (file)
@@ -1,4 +1,4 @@
 Link to sample pdf file
 ==========================================
 
-A sample pdf file can be found :download:`here <sample.pdf>`
+A sample pdf file can be found :download:`here <../resources/doc/sample.pdf>`
index 7f485593f66948367fd6badcbca36e8db635e0e4..81611cd4a244c272bbd792a44b2756a3e565ee26 100644 (file)
@@ -24,4 +24,4 @@ SET(_bin_DOCUMENTS
    sample.pdf
 )
 
-INSTALL(FILES ${_bin_DOCUMENTS} DESTINATION ${SALOME_[NAME_OF_APPLICATION]_HTML_STATIC_PATH})
+INSTALL(FILES ${_bin_DOCUMENTS} DESTINATION ${SALOME_[NAME_OF_APPLICATION]_INSTALL_DOC_GUI})