aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/command-ref/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/src/command-ref/meson.build')
-rw-r--r--doc/manual/src/command-ref/meson.build16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/manual/src/command-ref/meson.build b/doc/manual/src/command-ref/meson.build
deleted file mode 100644
index c4043c882..000000000
--- a/doc/manual/src/command-ref/meson.build
+++ /dev/null
@@ -1,16 +0,0 @@
-nix3_cli_files = custom_target(
- 'command-ref-new-cli',
- command : nix_eval_for_docs + [
- '--write-to', '@OUTPUT@',
- '--expr',
- 'import @INPUT1@ true (builtins.readFile @INPUT0@)',
- ],
- input : [
- nix3_cli_json,
- files(
- meson.project_source_root() / 'doc/manual/generate-manpage.nix',
- meson.project_source_root() / 'doc/manual/utils.nix',
- ),
- ],
- output : 'new-cli',
-)