summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
parentac91da123cfcaf5e75c6d6e7547aeddb80253009 (diff)
Install rofi-theme-selector manpage.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index df9c2294..efa65c4b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -165,6 +165,7 @@ rofi_LDADD=\
##
dist_man1_MANS=\
doc/rofi.1\
+ doc/rofi-theme-selector.1\
doc/rofi-sensible-terminal.1
dist_man5_MANS=\
@@ -237,8 +238,9 @@ EXTRA_DIST+=\
##
-update-manpage: $(top_srcdir)/doc/rofi.1.markdown $(top_srcdir)/doc/rofi-theme.5.markdown
+update-manpage: $(top_srcdir)/doc/rofi-theme-selector.1.markdown $(top_srcdir)/doc/rofi.1.markdown $(top_srcdir)/doc/rofi-theme.5.markdown
ronn --roff $(top_srcdir)/doc/rofi.1.markdown
+ ronn --roff $(top_srcdir)/doc/rofi-theme-selector.1.markdown
ronn --roff $(top_srcdir)/doc/rofi-theme.5.markdown
##