From 16fc8728f423970e2da6c66ae9259dc56861e07f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 12 Oct 2007 14:06:20 +0000 Subject: doc folder has now its own Makefile --- doc/Makefile.am | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 doc/Makefile.am (limited to 'doc/Makefile.am') 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) -- cgit