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 /tools/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 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) |