From: Matthew Fernandez Date: Sun, 10 Apr 2022 20:37:53 +0000 (-0700) Subject: fix missing distclean of 'svgcolor_lib' X-Git-Tag: 4.0.0~52^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74981e8db2140776f6303dc1469d4afe5edd2f65;p=graphviz fix missing distclean of 'svgcolor_lib' This is a generated file that appears intended to be treated like `brewer_lib` and `color_lib`. --- diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index 745944d35..fd07f1149 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -60,7 +60,7 @@ htmlparse.c htmlparse.h: $(top_srcdir)/lib/common/htmlparse.y $(YACC) -Wno-yacc -dv $(top_srcdir)/lib/common/htmlparse.y -o htmlparse.c DISTCLEANFILES = brewer_lib color_lib colortbl.h \ - htmlparse.[ch] + htmlparse.[ch] svgcolor_lib EXTRA_DIST = README.imap \ htmlparse.c htmlparse.h \