Skip to content

Commit

Permalink
create the directory during docs target
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Dec 17, 2016
1 parent 8b0bf11 commit 26d9240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.common
Expand Up @@ -82,6 +82,7 @@ opc: .testvariables mkbuilddirs boehm-gc

docs: mkbuilddirs
$(MAKE) -C Compiler/Translation OMBUILDDIR=$(OMBUILDDIR) release
mkdir -p $(builddir_doc)/omc/testmodels
(cp -p Examples/*.* $(builddir_doc)/omc/testmodels/)
rm -f $(builddir_doc)/omc/testmodels/CMake*.txt

Expand Down

0 comments on commit 26d9240

Please sign in to comment.