diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-06 19:21:14 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-06 19:21:14 +0200 |
commit | 773ec2bb0a7fcb5cfead5e762896c6179eb63388 (patch) | |
tree | bd5fb15082c0c224bbbc29ec6a77a31e44a5210e /Makefile.am | |
parent | 66fd122ed5a19b0d815ee2ee297da146ca6ea2c0 (diff) | |
download | rsyslog-773ec2bb0a7fcb5cfead5e762896c6179eb63388.tar.gz rsyslog-773ec2bb0a7fcb5cfead5e762896c6179eb63388.tar.xz rsyslog-773ec2bb0a7fcb5cfead5e762896c6179eb63388.zip |
fixed problem with man pages thanks to Michael Biebl's help
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
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 . |