tvl-depot/third_party/nix/doc/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
291 B
Meson
Raw Normal View History

# nix doc build file
#============================================================================
doc_dirs = [
'manual'
]
if (not get_option('disable_doc_gen'))
xsltproc = find_program('xsltproc', required : true)
foreach dir : doc_dirs
subdir(dir)
endforeach
endif