]> granicus.if.org Git - graphviz/commitdiff
Make the definition of man_MANS outside whether WITH_CGRAPH is defined or not. It...
authorEmden Gansner <erg@research.att.com>
Thu, 25 Oct 2012 14:17:08 +0000 (10:17 -0400)
committerEmden Gansner <erg@research.att.com>
Thu, 25 Oct 2012 14:17:08 +0000 (10:17 -0400)
that the conversion from .am to .im renames man_MANS, so it is undefined in EXTRA_DIST and
not included in the distribution.

lib/graph/Makefile.am

index 4e9779ee35d7a188e108962784908c78e0495cdb..4cb22e74c98c8d0094a307ee6983a6831b9b983f 100644 (file)
@@ -10,6 +10,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib/cdt
 
+man_MANS = graph.3
 if WITH_CGRAPH
 else
 pkginclude_HEADERS = graph.h
@@ -17,7 +18,6 @@ noinst_HEADERS = libgraph.h triefa.h parser.h agxbuf.h
 noinst_LTLIBRARIES = libgraph_C.la
 lib_LTLIBRARIES = libgraph.la
 pkgconfig_DATA = libgraph.pc
-man_MANS = graph.3
 pdf_DATA = graph.3.pdf
 endif