From: erg Date: Wed, 1 Dec 2010 20:53:13 +0000 (+0000) Subject: Install expr man page to complement gvpr X-Git-Tag: LAST_LIBGRAPH~32^2~1135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a83bebe549ebd58d0723b0d2da6ab87fb9fa6e1e;p=graphviz Install expr man page to complement gvpr --- diff --git a/lib/expr/Makefile.am b/lib/expr/Makefile.am index 0d90031e8..57881258d 100644 --- a/lib/expr/Makefile.am +++ b/lib/expr/Makefile.am @@ -19,8 +19,8 @@ noinst_LTLIBRARIES = libexpr_C.la ### expr.h includes ast.h and vmalloc.h which we don't install #lib_LTLIBRARIES = libexpr.la -#man_MANS = expr.3 -#pdf_DATA = expr.3.pdf +man_MANS = expr.3 +pdf_DATA = expr.3.pdf #pkgconfig_DATA = libexpr.pc #### -no-undefined breaks Mac OS/X builds.