From: Matthew Fernandez Date: Tue, 23 Jun 2020 00:12:45 +0000 (-0700) Subject: fix: remove generated patchwork.1.pdf during distclean X-Git-Tag: 2.46.0~20^2^2~203^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdad46b7e785f1f74378eb43b57f266c711c4149;p=graphviz fix: remove generated patchwork.1.pdf during distclean As discussed on #1734, this omission looks to have been a typo. --- diff --git a/cmd/dot/Makefile.am b/cmd/dot/Makefile.am index feca26a84..7662304e1 100644 --- a/cmd/dot/Makefile.am +++ b/cmd/dot/Makefile.am @@ -141,4 +141,4 @@ endif EXTRA_DIST = dot.1 dot.1.pdf osage.1 osage.1.pdf patchwork.1 patchwork.1.pdf dot.vcxproj* -DISTCLEANFILES = dot.1.pdf osage.1.pdf dot.1.ps osage.1.ps patchwork.1.ps +DISTCLEANFILES = dot.1.pdf osage.1.pdf dot.1.ps osage.1.ps patchwork.1.pdf patchwork.1.ps