Skip to content

Commit 244cc8c

Browse files
committed
build: Use install_man
There is a function called `install_man`[0] that installes man files in their proper directory, so it has been used to install the man file. [0] https://mesonbuild.com/Reference-manual.html#install_man
1 parent bfc1b07 commit 244cc8c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

data/meson.build

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Install man page
2-
install_data(
3-
'meld.1',
4-
install_dir: mandir / 'man1',
5-
)
2+
install_man('meld.1')
63

74
# Install schema file
85
install_data(

0 commit comments

Comments
 (0)