blob: 74e1be6933245dc76a400ecdb5355d24e1484f45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
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)
|