blob: 123fdd691e7816606c9d3ebb32ffef27406e2101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# The command-line variables are defined *after* the
# standard configuration has been loaded.
#
DefineCommandVars()
#
# Include the OMakefile in this directory.
#
CREATE_SUBDIRS = true
vmount(-l, doc, build/doc-tmp)
.SUBDIRS: . build/doc-tmp
|