From: ellson Date: Thu, 17 Feb 2011 14:11:12 +0000 (+0000) Subject: make gv.2python.pdf generation more reliable X-Git-Tag: LAST_LIBGRAPH~32^2~1029 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1995d0f711933659b2b2dc44262b02ee1ac87129;p=graphviz make gv.2python.pdf generation more reliable --- diff --git a/tclpkg/gv/Makefile.am b/tclpkg/gv/Makefile.am index bcc3d264b..2e4ca203a 100644 --- a/tclpkg/gv/Makefile.am +++ b/tclpkg/gv/Makefile.am @@ -328,8 +328,8 @@ DEVTSTS += test_php endif if WITH_PYTHON pkgpython_DATA = $(PYTHON_data) -py_mans ?= gv.3python -py_data ?= gv.3python.pdf +man_MANS += gv.3python +pdf_DATA += gv.3python.pdf pkgpython_LTLIBRARIES = libgv_python.la DEVTSTS += test_python endif