Skip to content

Commit

Permalink
Fix installation of all wtmpdbd man page variants
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Jan 21, 2025
1 parent f09965e commit 3e409b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ custom_target('wtmpdb.8',
install_dir : mandir8)
custom_target('wtmpdbd.8',
input : 'wtmpdbd.8.xml',
output : 'wtmpdbd.8',
output : ['wtmpdbd.8', 'wtmpdbd.service.8', 'wtmpdbd.socket.8'],
command : xslt_cmd + [custom_man_xsl, '@INPUT@'],
install : want_man,
install_dir : mandir8)
Expand Down

0 comments on commit 3e409b5

Please sign in to comment.