diff options
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/command-ref/meson.build | 8 | ||||
-rw-r--r-- | doc/manual/src/contributing/meson.build | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/doc/manual/src/command-ref/meson.build b/doc/manual/src/command-ref/meson.build index ef6f9d2e0..f66ee0d39 100644 --- a/doc/manual/src/command-ref/meson.build +++ b/doc/manual/src/command-ref/meson.build @@ -1,9 +1,3 @@ -xp_features_json = custom_target( - command : [nix, '__dump-xp-features'], - capture : true, - output : 'xp-features.json', -) - experimental_features_shortlist_md = custom_target( command : nix_eval_for_docs + [ '--expr', @@ -11,7 +5,7 @@ experimental_features_shortlist_md = custom_target( ], input : [ '../../generate-features-shortlist.nix', - xp_features_json, + nix_exp_features_json, ], capture : true, output : 'experimental-features-shortlist.md', diff --git a/doc/manual/src/contributing/meson.build b/doc/manual/src/contributing/meson.build index 8c76a6206..da88ca146 100644 --- a/doc/manual/src/contributing/meson.build +++ b/doc/manual/src/contributing/meson.build @@ -8,7 +8,7 @@ experimental_feature_descriptions_md = custom_target( ], input : [ '../../generate-features.nix', - xp_features_json, + nix_exp_features_json, ], capture : true, output : 'experimental-feature-descriptions.md', |