From 18845f3ea3ebbd52ac9f325a1c798be5b3c730be Mon Sep 17 00:00:00 2001 From: Camille GOUTTEBROZE Date: Wed, 1 Oct 2014 15:38:35 +0200 Subject: [PATCH] Path correction in default profile --- bin/app-template/doc/conf.py.in | 2 +- bin/app-template/doc/link.rst | 2 +- bin/app-template/resources/doc/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/app-template/doc/conf.py.in b/bin/app-template/doc/conf.py.in index ed3706ac8..04f3b6d05 100644 --- a/bin/app-template/doc/conf.py.in +++ b/bin/app-template/doc/conf.py.in @@ -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. diff --git a/bin/app-template/doc/link.rst b/bin/app-template/doc/link.rst index 310be01aa..d3afea13b 100644 --- a/bin/app-template/doc/link.rst +++ b/bin/app-template/doc/link.rst @@ -1,4 +1,4 @@ Link to sample pdf file ========================================== -A sample pdf file can be found :download:`here ` +A sample pdf file can be found :download:`here <../resources/doc/sample.pdf>` diff --git a/bin/app-template/resources/doc/CMakeLists.txt b/bin/app-template/resources/doc/CMakeLists.txt index 7f485593f..81611cd4a 100644 --- a/bin/app-template/resources/doc/CMakeLists.txt +++ b/bin/app-template/resources/doc/CMakeLists.txt @@ -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}) -- 2.39.2