mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-21 03:10:42 +01:00
50 lines
1.3 KiB
Makefile
50 lines
1.3 KiB
Makefile
html_files = \
|
|
bugs.html \
|
|
features.html \
|
|
generic_design.html \
|
|
history.html \
|
|
how2help.html \
|
|
install.html \
|
|
ipv6.html \
|
|
manual.html \
|
|
man_rsyslogd.html \
|
|
modules.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_moddir.html \
|
|
rsconf1_repeatedmsgreduction.html \
|
|
rsconf1_resetconfigvariables.html \
|
|
rsconf1_umask.html
|
|
|
|
EXTRA_DIST = $(html_files)
|