diff options
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 + |