meson: use meson feed feature for scdoc input

Removes the need for a shell dependency.
This commit is contained in:
sewn 2023-06-14 12:26:19 +00:00
parent 8859e134ef
commit 16872ecc41
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -53,6 +53,7 @@
### Changed
* Minimum required meson version is now 0.59 ([#1371][1371]).
* Kitty keyboard protocol: F3 is now encoded as `CSI 13~` instead of
`CSI R`. The kitty keyboard protocol originally allowed F3 to be
encoded as `CSI R`, but this was removed from the specification
@ -65,6 +66,7 @@
background color is the **default** background color)
([#1360][1360]).
[1371]: https://codeberg.org/dnkl/foot/pulls/1371
[1360]: https://codeberg.org/dnkl/foot/issues/1360