diff options
Diffstat (limited to 'grapher/Makefile.am')
-rw-r--r-- | grapher/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Makefile.am b/grapher/Makefile.am index 7f6b56fd..21ebd256 100644 --- a/grapher/Makefile.am +++ b/grapher/Makefile.am @@ -1,5 +1,6 @@ if BUILD_GRAPHER bin_PROGRAMS = stapgraph +man_MANS = stapgraph.1 stapgraph_CPPFLAGS = -DPKGDATADIR='"${pkgdatadir}"' stapgraph_CXXFLAGS = $(gtkmm_CFLAGS) -Wall -Werror |