diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2014-03-02 10:37:07 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2014-03-02 10:37:07 +0100 |
commit | bf8136fd24b955cef8904dc7d7a7eac1f3d2d2c3 (patch) | |
tree | 5c47cb3081be05bae704f6a28333a5829231aec2 /OMakeroot | |
parent | e3a5a3296041d8868ab1f3ccea905a36f6b03e34 (diff) | |
download | context-rst-bf8136fd24b955cef8904dc7d7a7eac1f3d2d2c3.tar.gz |
handle documentation subdir from omake
Diffstat (limited to 'OMakeroot')
-rw-r--r-- | OMakeroot | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 + |