view xml/ru/GNUmakefile @ 1285:4e89518a5999

Moved syslog configuration details into the separate documents.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 08 Sep 2014 17:21:16 +0400
parents 6e34b5716bdb
children 35d755b8c5a5
line wrap: on
line source

DOCS =									\
		faq							\
		install							\
		windows							\
		events							\
		syntax							\
		example							\
		switches						\
		control							\
		hash							\
		syslog							\
		dirindex						\
		varindex						\
		http/request_processing					\
		http/server_names					\
		http/configuring_https_servers				\
		debugging_log						\
		http/websocket						\
		contributing_changes					\
		beginners_guide						\
		configure						\

FAQ =									\
		sys_errlist						\

REFS =									\
		ngx_core_module						\
		http/ngx_http_access_module				\
		http/ngx_http_addition_module				\
		http/ngx_http_auth_basic_module				\
		http/ngx_http_auth_request_module			\
		http/ngx_http_autoindex_module				\
		http/ngx_http_browser_module				\
		http/ngx_http_charset_module				\
		http/ngx_http_core_module				\
		http/ngx_http_dav_module				\
		http/ngx_http_empty_gif_module				\
		http/ngx_http_fastcgi_module				\
		http/ngx_http_flv_module				\
		http/ngx_http_geo_module				\
		http/ngx_http_geoip_module				\
		http/ngx_http_gunzip_module				\
		http/ngx_http_gzip_module				\
		http/ngx_http_gzip_static_module			\
		http/ngx_http_headers_module				\
		http/ngx_http_hls_module				\
		http/ngx_http_image_filter_module			\
		http/ngx_http_index_module				\
		http/ngx_http_limit_conn_module				\
		http/ngx_http_limit_req_module				\
		http/ngx_http_limit_zone_module				\
		http/ngx_http_log_module				\
		http/ngx_http_map_module				\
		http/ngx_http_memcached_module				\
		http/ngx_http_mp4_module				\
		http/ngx_http_perl_module				\
		http/ngx_http_proxy_module				\
		http/ngx_http_random_index_module			\
		http/ngx_http_realip_module				\
		http/ngx_http_referer_module				\
		http/ngx_http_rewrite_module				\
		http/ngx_http_scgi_module				\
		http/ngx_http_secure_link_module			\
		http/ngx_http_spdy_module				\
		http/ngx_http_split_clients_module			\
		http/ngx_http_ssi_module				\
		http/ngx_http_ssl_module				\
		http/ngx_http_status_module				\
		http/ngx_http_stub_status_module			\
		http/ngx_http_sub_module				\
		http/ngx_http_upstream_module				\
		http/ngx_http_userid_module				\
		http/ngx_http_uwsgi_module				\
		http/ngx_http_xslt_module				\
		mail/ngx_mail_auth_http_module				\
		mail/ngx_mail_core_module				\
		mail/ngx_mail_imap_module				\
		mail/ngx_mail_pop3_module				\
		mail/ngx_mail_proxy_module				\
		mail/ngx_mail_smtp_module				\
		mail/ngx_mail_ssl_module				\

TOP =									\
		download						\
		support							\
		linux_packages						\