refactor(tvix): Drop meson.build files
These are unused, and I'm not sure they ever actually worked. Change-Id: I6bb6b4257b7815932581ded7929437dba80961c9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1885 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
a9ca270710
commit
2279419ede
6 changed files with 0 additions and 157 deletions
5
third_party/nix/doc/manual/meson.build
vendored
5
third_party/nix/doc/manual/meson.build
vendored
|
@ -1,5 +0,0 @@
|
|||
# nix manual build file
|
||||
#============================================================================
|
||||
|
||||
|
||||
# TODO: generate the manual
|
13
third_party/nix/doc/meson.build
vendored
13
third_party/nix/doc/meson.build
vendored
|
@ -1,13 +0,0 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue