]> granicus.if.org Git - graphviz/commitdiff
Install expr man page to complement gvpr
authorerg <devnull@localhost>
Wed, 1 Dec 2010 20:53:13 +0000 (20:53 +0000)
committererg <devnull@localhost>
Wed, 1 Dec 2010 20:53:13 +0000 (20:53 +0000)
lib/expr/Makefile.am

index 0d90031e8684956fac0023f44f5ad320b011a016..57881258d5f7f255eb9e5c43525851293758686b 100644 (file)
@@ -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.