]> granicus.if.org Git - graphviz/commitdiff
fix missing distclean of 'svgcolor_lib'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 10 Apr 2022 20:37:53 +0000 (13:37 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 2 May 2022 14:34:28 +0000 (07:34 -0700)
This is a generated file that appears intended to be treated like `brewer_lib`
and `color_lib`.

lib/common/Makefile.am

index 745944d35591954d7d9ed15f0cc400ff5d7a44da..fd07f1149e5d7d640b44313105c662d4f594dc0c 100644 (file)
@@ -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 \