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:
Griffin Smith 2020-08-29 14:11:17 -04:00 committed by glittershark
parent a9ca270710
commit 2279419ede
6 changed files with 0 additions and 157 deletions

View file

@ -1,5 +0,0 @@
# nix manual build file
#============================================================================
# TODO: generate the manual

View file

@ -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