From 74981e8db2140776f6303dc1469d4afe5edd2f65 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 10 Apr 2022 13:37:53 -0700 Subject: [PATCH] fix missing distclean of 'svgcolor_lib' This is a generated file that appears intended to be treated like `brewer_lib` and `color_lib`. --- lib/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.40.0