summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-06 19:21:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-06 19:21:14 +0200
commit773ec2bb0a7fcb5cfead5e762896c6179eb63388 (patch)
treebd5fb15082c0c224bbbc29ec6a77a31e44a5210e
parent66fd122ed5a19b0d815ee2ee297da146ca6ea2c0 (diff)
downloadrsyslog-773ec2bb0a7fcb5cfead5e762896c6179eb63388.tar.gz
rsyslog-773ec2bb0a7fcb5cfead5e762896c6179eb63388.tar.xz
rsyslog-773ec2bb0a7fcb5cfead5e762896c6179eb63388.zip
fixed problem with man pages thanks to Michael Biebl's help
-rw-r--r--Makefile.am4
-rw-r--r--tools/Makefile.am4
2 files changed, 3 insertions, 5 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 .
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 164dcdae..7fe420b0 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,5 +1,5 @@
sbin_PROGRAMS =
-man_MANS =
+man_MANS = rsyslogd.8 rsyslog.conf.5
sbin_PROGRAMS += rsyslogd
rsyslogd_SOURCES = \
@@ -41,4 +41,4 @@ rsyslogd_CPPFLAGS = $(pthreads_cflags) $(rsrt_cflags)
rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) $(dl_libs) $(rt_libs) $(rsrt_libs)
rsyslogd_LDFLAGS = -export-dynamic
-man_MANS += rsyslogd.8 rsyslog.conf.5
+EXTRA_DIST = $(man_MANS)