diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-09 15:43:55 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-09 15:43:55 +0100 |
commit | f5ad2359c99cbca9fcba13bb5767cce129bdd99f (patch) | |
tree | c1833aa941414f4c540e4a0825d88f44153e5fe7 /doc | |
parent | d742b251a6cdac02b235bd7459fa60890a0e6e24 (diff) | |
download | rsyslog-f5ad2359c99cbca9fcba13bb5767cce129bdd99f.tar.gz rsyslog-f5ad2359c99cbca9fcba13bb5767cce129bdd99f.tar.bz2 rsyslog-f5ad2359c99cbca9fcba13bb5767cce129bdd99f.zip |
doc bugfix: dist tarball missed 2 files, had one extra file that no longer belongs into it.
Thanks to Michael Biebl for pointing this out.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 4f4aae19..e7ce18ca 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,6 +31,7 @@ html_files = \ contributors.html \ dev_queue.html \ omsnmp.html \ + ommysql.html \ omlibdbi.html \ imfile.html \ imtcp.html \ @@ -96,7 +97,7 @@ html_files = \ licensing.html \ ommail.html \ omrelp.html \ - status.html \ + syslog_parsing.html \ troubleshoot.html \ src/classes.dia |