]> git.draconx.ca Git - rrace.git/commit
Ensure manpages are distributed.
authorNick Bowler <nbowler@draconx.ca>
Wed, 8 Jun 2022 03:51:59 +0000 (23:51 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 8 Jun 2022 03:51:59 +0000 (23:51 -0400)
commite1ab265402d92623079f0259e7861b238773ee02
tree30a49391d63e97f5cd334fb0899234ff3af6059b
parentde588fc223e0ecb155d25a98934a43630b97eea7
Ensure manpages are distributed.

It seems using dist_man_MANS in an Automake conditional doesn't actually
ensure the manpage is distributed, so we need to just use man_MANS in
the conditional and EXTRA_DIST unconditionally.
Makefile.am