From 9002e1d94751106455bb0798a87f5ac4b87e2b48 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Tue, 11 Nov 2008 22:11:40 +0100
Subject: [PATCH] Enabled installation of man pages.

---
 Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 1d2c1c740..ff4a55a65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,10 +3,14 @@ SUBDIRS = src
 EXTRA_DIST = \
 	tests \
 	examples/* \
-	doc/* \
+	doc/rfc \
+	doc/devel \
 	COPYING.LGPL \
 	ChangeLog
 
+dist_man_MANS = \
+	doc/man/sievec.1
+
 if MAINTAINER_MODE
 ChangeLog: .hg/dirstate
 	hg log --style=changelog > ChangeLog
-- 
GitLab