From 773ec2bb0a7fcb5cfead5e762896c6179eb63388 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 6 May 2008 19:21:14 +0200 Subject: fixed problem with man pages thanks to Michael Biebl's help --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ab344867..b16e5beb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ sbin_PROGRAMS = -man_MANS = pkglib_LTLIBRARIES = @@ -53,8 +52,7 @@ EXTRA_DIST = \ COPYING.LESSER \ contrib/gnutls/ca.pem \ contrib/gnutls/cert.pem \ - contrib/gnutls/key.pem \ - $(man_MANS) + contrib/gnutls/key.pem SUBDIRS = doc runtime . -- cgit