mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
meson: Fix update-manpage target
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
1e92dd8923
commit
d7d239d808
6 changed files with 8 additions and 8 deletions
|
@ -222,9 +222,9 @@ EXTRA_DIST+=\
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
update-manpage: $(top_srcdir)/doc/rofi-manpage.markdown $(top_srcdir)/doc/rofi-theme-manpage.markdown
|
update-manpage: $(top_srcdir)/doc/rofi.1.markdown $(top_srcdir)/doc/rofi-theme.5.markdown
|
||||||
ronn --roff --pipe $(top_srcdir)/doc/rofi-manpage.markdown > $(top_srcdir)/doc/rofi.1
|
ronn --roff $(top_srcdir)/doc/rofi.1.markdown
|
||||||
ronn --roff --pipe $(top_srcdir)/doc/rofi-theme-manpage.markdown > $(top_srcdir)/doc/rofi-theme.5
|
ronn --roff $(top_srcdir)/doc/rofi-theme.5.markdown
|
||||||
|
|
||||||
##
|
##
|
||||||
# Rofi test program
|
# Rofi test program
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
ronn = find_program('ronn', required: false)
|
ronn = find_program('ronn', required: false)
|
||||||
if ronn.found()
|
if ronn.found()
|
||||||
run_target('update-manpage',
|
run_target('update-manpage',
|
||||||
command: [ ronn, files(
|
command: [ ronn, '--roff', files(
|
||||||
'rofi-manpage.markdown',
|
'rofi.1.markdown',
|
||||||
'rofi-theme-manpage.markdown',
|
'rofi-theme.5.markdown',
|
||||||
)]
|
)]
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "ROFI\-THEME\-MANPAGE" "" "May 2017" "" ""
|
.TH "ROFI\-THEME" "5" "May 2017" "" ""
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBrofi\-theme\fR \- Rofi theme format files
|
\fBrofi\-theme\fR \- Rofi theme format files
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "ROFI\-MANPAGE" "" "April 2017" "" ""
|
.TH "ROFI" "1" "July 2017" "" ""
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement
|
\fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue