summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-11-05 15:28:17 +0100
committerDave Davenport <qball@gmpclient.org>2017-11-05 15:28:17 +0100
commit74106921f448854baa545a2bb188bf9c39cd4638 (patch)
tree16bafc2e51fb76152f69d6c5dd47f5b70fc1fbc0 /meson.build
parentac91da123cfcaf5e75c6d6e7547aeddb80253009 (diff)
Install rofi-theme-selector manpage.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 0786acd4..b98f5c2a 100644
--- a/meson.build
+++ b/meson.build
@@ -210,6 +210,7 @@ rofi = executable('rofi', rofi_sources + [
subdir('doc')
install_man(
'doc/rofi.1',
+ 'doc/rofi-theme-selector.1',
'doc/rofi-sensible-terminal.1',
'doc/rofi-theme.5',
)