diff options
-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 00000000..ed6dc2c8 --- /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) |