]> granicus.if.org Git - graphviz/commitdiff
fix: do not ship Dotty’s Lefty examples when Lefty is not being built
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 2 Nov 2021 00:04:33 +0000 (17:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 8 Nov 2021 02:57:05 +0000 (18:57 -0800)
Related to #2153.

cmd/dotty/Makefile.am

index 5de0ffdfdc67310338656e1ce9060be4c71d0d15..89ba20dcada255e66c4831f87b220bdb6e6c44b4 100644 (file)
@@ -9,8 +9,12 @@ bin_PROGRAMS = dotty
 else
 bin_SCRIPTS = dotty
 endif
+if WITH_LEFTY
 lefty_DATA = dotty.lefty dotty_draw.lefty dotty_edit.lefty \
         dotty_layout.lefty dotty_ui.lefty
+else
+lefty_DATA =
+endif
 endif
 
 man_MANS = dotty.1