Skip to content

Commit

Permalink
Fix documentation target
Browse files Browse the repository at this point in the history
cppruntime-doc broke the documentation target due to copying to a
non-existing directory.
  • Loading branch information
sjoelund committed Aug 24, 2015
1 parent 89f49e6 commit fd5f8ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -14,6 +14,7 @@ usersguide:
BUILDDIR=openmodelica-doc_$(BUILDDIR_VER)

cppruntime-doc:
mkdir -p SimulationRuntime/cpp/Images
cp images/logo.svg SimulationRuntime/cpp/Images/OMLogo.svg
cd SimulationRuntime/cpp && cmake -DSOURCE_ROOT=../../../OMCompiler/SimulationRuntime/cpp && make Docs

Expand Down

0 comments on commit fd5f8ea

Please sign in to comment.