From: Matthew Fernandez Date: Tue, 22 Sep 2020 00:03:32 +0000 (+0000) Subject: Merge branch 'fix_ps2pdf' into 'master' X-Git-Tag: 2.46.0~20^2^2~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdb74e0e43ebe33c627f2645f99664ae88d0941d;p=graphviz Merge branch 'fix_ps2pdf' into 'master' Fix failure to create .pdf files with autotools Closes #1763 See merge request graphviz/graphviz!1577 --- cdb74e0e43ebe33c627f2645f99664ae88d0941d diff --cc lib/expr/Makefile.am index e0912a432,03f3bd245..260592aea --- a/lib/expr/Makefile.am +++ b/lib/expr/Makefile.am @@@ -64,10 -77,11 +71,11 @@@ expr.3.pdf: expr.3.p expr.3.ps: $(srcdir)/expr.3 @GROFF@ -Tps -man $< >$@ + endif - EXTRA_DIST = $(man_MANS) $(pdf_DATA) \ + EXTRA_DIST = $(man_MANS) $(pdf) \ Makefile.nmake Makefile.orig \ - exparse.c exparse.h exop.h \ + exparse.c exparse.h \ y.tab.c y.tab.h y.output expr.vcxproj* -DISTCLEANFILES = $(pdf_DATA) exparse.[ch] exop.h y.tab.[ch] y.output expr.3.ps +DISTCLEANFILES = $(pdf_DATA) exparse.[ch] y.tab.[ch] y.output expr.3.ps