]> granicus.if.org Git - graphviz/commit
fix: exclude cmd/lefty when Lefty is disabled during build
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 2 Nov 2021 00:04:39 +0000 (17:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 8 Nov 2021 02:57:05 +0000 (18:57 -0800)
commite4a943c42a681388a122d01ae22cfc8b66c47fff
tree06df51618737fbd5e128642879a5584c447558c2
parent9a5ff52c36e2895194c9abae2df762191bfd0123
fix: exclude cmd/lefty when Lefty is disabled during build

When Lefty was disabled (`--enable-lefty` not passed to the build system),
several Lefty related artifacts would still be built and installed. E.g. the man
page. We now exclude the entire Lefty subdirectory, which should be less error
prone.

Fixes #2153.

Suggested-by: Daniel Macks
CHANGELOG.md
cmd/Makefile.am
cmd/lefty/Makefile.am