summaryrefslogtreecommitdiff
path: root/OMakeroot
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2014-03-02 10:37:07 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2014-03-02 10:37:07 +0100
commitbf8136fd24b955cef8904dc7d7a7eac1f3d2d2c3 (patch)
tree5c47cb3081be05bae704f6a28333a5829231aec2 /OMakeroot
parente3a5a3296041d8868ab1f3ccea905a36f6b03e34 (diff)
downloadcontext-rst-bf8136fd24b955cef8904dc7d7a7eac1f3d2d2c3.tar.gz
handle documentation subdir from omake
Diffstat (limited to 'OMakeroot')
-rw-r--r--OMakeroot5
1 files changed, 4 insertions, 1 deletions
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
+