1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-14 17:43:01 -04:00

Merge remote-tracking branch 'origin/meson/manpage-fix'

This commit is contained in:
Dave Davenport 2017-07-17 21:38:15 +02:00
commit 603676e640
6 changed files with 8 additions and 8 deletions

View file

@ -222,9 +222,9 @@ EXTRA_DIST+=\
##
update-manpage: $(top_srcdir)/doc/rofi-manpage.markdown $(top_srcdir)/doc/rofi-theme-manpage.markdown
ronn --roff --pipe $(top_srcdir)/doc/rofi-manpage.markdown > $(top_srcdir)/doc/rofi.1
ronn --roff --pipe $(top_srcdir)/doc/rofi-theme-manpage.markdown > $(top_srcdir)/doc/rofi-theme.5
update-manpage: $(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.5.markdown
##
# Rofi test program

View file

@ -1,9 +1,9 @@
ronn = find_program('ronn', required: false)
if ronn.found()
run_target('update-manpage',
command: [ ronn, files(
'rofi-manpage.markdown',
'rofi-theme-manpage.markdown',
command: [ ronn, '--roff', files(
'rofi.1.markdown',
'rofi-theme.5.markdown',
)]
)
endif

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "ROFI\-THEME\-MANPAGE" "" "July 2017" "" ""
.TH "ROFI\-THEME" "5" "July 2017" "" ""
.
.SH "NAME"
\fBrofi\-theme\fR \- Rofi theme format files

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "ROFI\-MANPAGE" "" "July 2017" "" ""
.TH "ROFI" "1" "July 2017" "" ""
.
.SH "NAME"
\fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement