summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2008-04-05 19:13:49 +0200
committerMichael Biebl <biebl@debian.org>2008-04-05 19:13:49 +0200
commit85df627b6c1cfc388a70ef5b01681d5d952a9dd7 (patch)
tree5b4136af33910f18d7f24c8506a2519620c6da1d /doc/Makefile.in
parent6eda8c4f5837480a4f897513d6951e3f5743723d (diff)
downloadrsyslog-85df627b6c1cfc388a70ef5b01681d5d952a9dd7.tar.gz
Imported Upstream version 3.14.1upstream/3.14.1
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in32
1 files changed, 30 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 2992376..ed21b20 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -135,6 +135,8 @@ htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
+libdbi_cflags = @libdbi_cflags@
+libdbi_libs = @libdbi_libs@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
@@ -152,9 +154,15 @@ program_transform_name = @program_transform_name@
psdir = @psdir@
pthreads_cflags = @pthreads_cflags@
pthreads_libs = @pthreads_libs@
+relp_cflags = @relp_cflags@
+relp_libs = @relp_libs@
+rfc3195_cflags = @rfc3195_cflags@
+rfc3195_libs = @rfc3195_libs@
rt_libs = @rt_libs@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
+snmp_cflags = @snmp_cflags@
+snmp_libs = @snmp_libs@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
@@ -163,28 +171,45 @@ top_srcdir = @top_srcdir@
zlib_libs = @zlib_libs@
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_stunnel.html \
- professional_support.html \
status.html \
syslog-protocol.html \
version_naming.html \
contributors.html \
+ dev_queue.html \
+ omsnmp.html \
+ omlibdbi.html \
+ imfile.html \
+ imtcp.html \
+ imgssapi.html \
+ professional_support.html \
+ queues.html \
+ queueWorkerLogic.dia \
+ queueWorkerLogic.jpg \
+ queueWorkerLogic_small.jpg \
+ rainerscript.html \
+ rscript_abnf.html \
rsconf1_actionexeconlywhenpreviousissuspended.html \
rsconf1_actionresumeinterval.html \
rsconf1_allowedsender.html \
@@ -208,11 +233,14 @@ html_files = \
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
+ rsconf1_umask.html \
+ v3compatibility.html \
+ src/classes.dia
EXTRA_DIST = $(html_files)
all: all-am