From 26d9240a01b0094af8ffa398f1db01b8b5942354 Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Sat, 17 Dec 2016 03:42:08 +0100 Subject: [PATCH] create the directory during docs target --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 3173ac43caa..cb2a2415419 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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