Skip to content

Commit

Permalink
meson: fix duplicate installation of manpage (#1943)
Browse files Browse the repository at this point in the history
closes #1942
  • Loading branch information
nekopsykose committed Oct 7, 2023
1 parent e83cd34 commit 564b75a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions man/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
configure_file(input: 'wayfire.1.in',
output: 'wayfire.1',
install: true,
install_dir: 'man',
configuration: conf_data)

install_man(join_paths(meson.project_build_root(), 'man', 'wayfire.1'))

0 comments on commit 564b75a

Please sign in to comment.