diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-14 15:24:50 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-14 15:24:50 +0200 |
commit | f11e7218f81136ec556d75091a6b9954fc1f9a4e (patch) | |
tree | a97565bc249cdcacd30c27bb7d758def433b15c2 /tools | |
parent | 20d12759569a269d1bab5e8ce031f0ff72317fb3 (diff) | |
download | rsyslog-f11e7218f81136ec556d75091a6b9954fc1f9a4e.tar.gz rsyslog-f11e7218f81136ec556d75091a6b9954fc1f9a4e.tar.bz2 rsyslog-f11e7218f81136ec556d75091a6b9954fc1f9a4e.zip |
build: add cached copies of generated man pages to dist tarball
This solves problems with some build environments.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 9a1497cd..721992fe 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -47,7 +47,9 @@ rsyslogd_LDFLAGS = -export-dynamic EXTRA_DIST = $(man_MANS) \ rsgtutil.rst \ + rsgtutil.1 \ rscryutil.rst \ + rscryutil.1 \ recover_qi.pl if ENABLE_DIAGTOOLS |