From bf8136fd24b955cef8904dc7d7a7eac1f3d2d2c3 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 2 Mar 2014 10:37:07 +0100 Subject: handle documentation subdir from omake --- OMakeroot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'OMakeroot') diff --git a/OMakeroot b/OMakeroot index 8addc9e..123fdd6 100644 --- a/OMakeroot +++ b/OMakeroot @@ -6,4 +6,7 @@ DefineCommandVars() # # Include the OMakefile in this directory. # -.SUBDIRS: . +CREATE_SUBDIRS = true +vmount(-l, doc, build/doc-tmp) +.SUBDIRS: . build/doc-tmp + -- cgit v1.2.3