summaryrefslogtreecommitdiffstats
path: root/doc/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 /doc/meson.build
parentac91da123cfcaf5e75c6d6e7547aeddb80253009 (diff)
Install rofi-theme-selector manpage.
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build
index f3c5443e..ef489afa 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -3,6 +3,7 @@ if ronn.found()
run_target('update-manpage',
command: [ ronn, '--roff', files(
'rofi.1.markdown',
+ 'rofi-theme-selector.1.markdown',
'rofi-theme.5.markdown',
)]
)