1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Switch to ronn for manpage generation.

This commit is contained in:
Qball Cow 2015-06-02 19:01:25 +02:00
parent 6edb3771e3
commit 8a3510e033
3 changed files with 1117 additions and 775 deletions

View file

@ -108,7 +108,7 @@ indent: ${rofi_SOURCES} ${top_srcdir}/config/config.def.c
uncrustify -c ${top_srcdir}/data/uncrustify.cfg --replace $^
update-manpage: ${top_srcdir}/doc/rofi-manpage.markdown
md2man-roff $^ > ${top_srcdir}/doc/rofi.1
ronn --roff --pipe $^ > ${top_srcdir}/doc/rofi.1
##
# Rofi test program

View file

@ -307,7 +307,9 @@ The following options are further explained in the theming section:
Set window background and border color.
`-color-normal` *background, foreground, background alt, highlight background, highlight foreground*
`-color-urgent` *background, foreground, background alt, highlight background, highlight foreground*
`-color-active` *background, foreground, background alt, highlight background, highlight foreground*
Specify the colors used in a row per state (normal, active, urgent).

1878
doc/rofi.1

File diff suppressed because it is too large Load diff