From 37097e600819a74da49a61bd1b9ea54c1ec53092 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Feb 2009 14:34:48 -0400 Subject: [PATCH] Added an automake rule for installing the man page --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0636e2df..bfc62471 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ -VERSION = 3.0 -EXTRA_DIST = autogen.sh contrib +VERSION = 3.0 +dist_man_MANS = doc/ledger.1 +EXTRA_DIST = autogen.sh contrib lib_LTLIBRARIES = \ libledger_report.la \