diff options
author | zhuyaliang <[email protected]> | 2023-10-19 11:41:29 +0800 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-12-27 04:24:30 +0000 |
commit | bca3b80da6b3653ada9e0546a3fd053cdc4651d0 (patch) | |
tree | 91882520deb84786b2b2a7bf20470039d19265c8 /man | |
parent | c2e94e1925f3c7acfa3fd3352dc8fdafe6375adc (diff) | |
download | mate-control-center-bca3b80da6b3653ada9e0546a3fd053cdc4651d0.tar.bz2 mate-control-center-bca3b80da6b3653ada9e0546a3fd053cdc4651d0.tar.xz |
Add meson build support
Diffstat (limited to 'man')
-rw-r--r-- | man/meson.build | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/meson.build b/man/meson.build new file mode 100644 index 00000000..db004f13 --- /dev/null +++ b/man/meson.build @@ -0,0 +1,17 @@ +install_man([ + 'mate-about-me.1', + 'mate-appearance-properties.1', + 'mate-at-properties.1', + 'mate-control-center.1', + 'mate-default-applications-properties.1', + 'mate-display-properties.1', + 'mate-display-properties-install-systemwide.1', + 'mate-font-viewer.1', + 'mate-keybinding-properties.1', + 'mate-keyboard-properties.1', + 'mate-mouse-properties.1', + 'mate-network-properties.1', + 'mate-thumbnail-font.1', + 'mate-typing-monitor.1', + 'mate-window-properties.1', +]) |