Skip to content

Commit

Permalink
install module man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Mar 13, 2023
1 parent e9357cc commit 48bdb5a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,15 @@ executable ('sfwbar', sources: src,
'-DGTK_DISABLE_DEPRECATED'],
dependencies: dep, install: true)

install_man('doc/sfwbar.1')
man_pages = [ 'doc/sfwbar.1',
'doc/sfwbar-pulse.1',
'doc/sfwbar-mpd.1',
'doc/sfwbar-network.1',
'doc/sfwbar-xkbmap.1'
]
foreach page : man_pages
install_man(page)
endforeach
install_subdir('config',
install_dir: get_option('datadir') / 'sfwbar', strip_directory : true )
install_subdir('icons/weather',
Expand Down

0 comments on commit 48bdb5a

Please sign in to comment.