Skip to content
Snippets Groups Projects
Commit 2a5c24a9 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

FIX: Remove personal folder from make doc

parent 9cdeb0a6
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!49Resolve "EXTERN: Adapt to Conan 2"
Pipeline #53734 passed
Pipeline: caosdb-julialib

#53739

    Pipeline: CaosDB Octave library

    #53738

      Pipeline: caosdb-cppinttest

      #53736

        ...@@ -82,7 +82,7 @@ conan: conan-install-deps conan-create ...@@ -82,7 +82,7 @@ conan: conan-install-deps conan-create
        doc: conan-install-deps doc: conan-install-deps
        @doxygen --version || ( echo "Doxygen not found. Please install Doxygen first." ; exit 1 ) @doxygen --version || ( echo "Doxygen not found. Please install Doxygen first." ; exit 1 )
        cd build/Release\ cd build/Release\
        && cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/joscha/caosdb/src/caosdb-cpplib" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" ../.. \ && cmake -S ../.. -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" \
        && cmake --build . --target doc-sphinx \ && cmake --build . --target doc-sphinx \
        && echo "The documentation starts at build/Release/doc/sphinx_out/index.html ." && echo "The documentation starts at build/Release/doc/sphinx_out/index.html ."
        .PHONY: doc .PHONY: doc
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment