055139ac6a
(cherry picked from commit 086a81b7a5bbe1fc022efb5935ff68f6ad71ddaf)
13 lines
No EOL
291 B
Meson
13 lines
No EOL
291 B
Meson
# 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 |