mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 06:50:43 +01:00
78 lines
1.9 KiB
Makefile
78 lines
1.9 KiB
Makefile
html_files = \
|
|
bugs.html \
|
|
debug.html \
|
|
features.html \
|
|
generic_design.html \
|
|
expression.html \
|
|
history.html \
|
|
how2help.html \
|
|
install.html \
|
|
ipv6.html \
|
|
log_rotation_fix_size.html \
|
|
manual.html \
|
|
man_rsyslogd.html \
|
|
modules.html \
|
|
property_replacer.html \
|
|
rsyslog_ng_comparison.html \
|
|
rsyslog_conf.html \
|
|
rsyslog-example.conf \
|
|
rsyslog_mysql.html \
|
|
rsyslog_packages.html \
|
|
rsyslog_high_database_rate.html \
|
|
rsyslog_php_syslog_ng.html \
|
|
rsyslog_recording_pri.html \
|
|
rsyslog_tls.html \
|
|
rsyslog_stunnel.html \
|
|
syslog-protocol.html \
|
|
version_naming.html \
|
|
contributors.html \
|
|
dev_queue.html \
|
|
omsnmp.html \
|
|
omlibdbi.html \
|
|
imfile.html \
|
|
imtcp.html \
|
|
imgssapi.html \
|
|
imrelp.html \
|
|
imuxsock.html \
|
|
imklog.html \
|
|
professional_support.html \
|
|
queues.html \
|
|
src/queueWorkerLogic.dia \
|
|
queueWorkerLogic.jpg \
|
|
queueWorkerLogic_small.jpg \
|
|
rainerscript.html \
|
|
rscript_abnf.html \
|
|
rsconf1_actionexeconlywhenpreviousissuspended.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_gssforwardservicename.html \
|
|
rsconf1_gsslistenservicename.html \
|
|
rsconf1_gssmode.html \
|
|
rsconf1_includeconfig.html \
|
|
rsconf1_mainmsgqueuesize.html \
|
|
rsconf1_markmessageperiod.html \
|
|
rsconf1_modload.html \
|
|
rsconf1_moddir.html \
|
|
rsconf1_repeatedmsgreduction.html \
|
|
rsconf1_resetconfigvariables.html \
|
|
rsconf1_umask.html \
|
|
v3compatibility.html \
|
|
src/classes.dia
|
|
|
|
EXTRA_DIST = $(html_files)
|