diff options
author | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:36 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:36 +0100 |
commit | 4d85b3abea17def3a88653d3678c4deb848355af (patch) | |
tree | ec512c36fd304f7a8143ef3c03ecdc14a42e0dcd /doc/Makefile.am | |
parent | db2b679ef6aa0ac3d4679ad3e00a72993204ea78 (diff) | |
download | rsyslog-4d85b3abea17def3a88653d3678c4deb848355af.tar.gz |
Imported Upstream version 1.19.9upstream/1.19.9
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..ed6dc2c --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,46 @@ +html_files = \ + bugs.html \ + features.html \ + generic_design.html \ + history.html \ + how2help.html \ + install.html \ + ipv6.html \ + manual.html \ + property_replacer.html \ + rsyslog_conf.html \ + rsyslog_mysql.html \ + rsyslog_packages.html \ + rsyslog_php_syslog_ng.html \ + rsyslog_recording_pri.html \ + rsyslog_stunnel.html \ + status.html \ + syslog-protocol.html \ + version_naming.html \ + contributors.html \ + rsconf1_actionexeconlyifpreviousissuspended.html \ + rsconf1_actionresumeinterval.html \ + rsconf1_allowedsender.html \ + rsconf1_controlcharacterescapeprefix.html \ + rsconf1_debugprintcfsyslinehandlerlist.html \ + rsconf1_debugprintmodulelist.html \ + rsconf1_debugprinttemplatelist.html \ + rsconf1_dircreatemode.html \ + rsconf1_dirgroup.html \ + rsconf1_dirowner.html \ + rsconf1_dropmsgswithmaliciousdnsptrrecords.html \ + rsconf1_droptrailinglfonreception.html \ + rsconf1_dynafilecachesize.html \ + rsconf1_escapecontrolcharactersonreceive.html \ + rsconf1_failonchownfailure.html \ + rsconf1_filecreatemode.html \ + rsconf1_filegroup.html \ + rsconf1_fileowner.html \ + rsconf1_includeconfig.html \ + rsconf1_mainmsgqueuesize.html \ + rsconf1_modload.html \ + rsconf1_repeatedmsgreduction.html \ + rsconf1_resetconfigvariables.html \ + rsconf1_umask.html + +EXTRA_DIST = $(html_files) |