diff GNUmakefile @ 22:9d3403f5204d

nginx-1.1.3, ngx_http_mp4_module
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Sep 2011 15:05:04 +0000
parents 39768562fc89
children 1201fabeccf7
line wrap: on
line diff
--- a/GNUmakefile	Mon Sep 05 13:17:07 2011 +0000
+++ b/GNUmakefile	Wed Sep 14 15:05:04 2011 +0000
@@ -46,6 +46,13 @@
 		dtd/article.dtd						\
 		dtd/content.dtd						\
 
+MODULE_XSLT =	xml/menu.xml						\
+		xml/versions.xml					\
+		xslt/module.xslt					\
+		xslt/directive.xslt					\
+		dtd/module.dtd						\
+		dtd/content.dtd						\
+
 include 	xml/en/GNUmakefile
 include 	xml/ja/GNUmakefile
 include 	xml/he/GNUmakefile
@@ -90,6 +97,11 @@
 	$(call XSLT, xslt/error.xslt, $<, $@)
 
 
+$(OUT)/%_module.html:		xml/%_module.xml			\
+		$(MODULE_XSLT)
+	$(call XSLT, xslt/module.xslt, $<, $@)
+
+
 $(OUT)/%.html:		xml/%.xml					\
 		$(ARTICLE_XSLT)
 	$(call XSLT, xslt/article.xslt, $<, $@)
@@ -113,6 +125,16 @@
 		xslt/content.xslt					\
 		xslt/versions.xslt
 
+xslt/module.xslt:	xsls/module.xsls				\
+		xslt/dirname.xslt					\
+		xslt/link.xslt						\
+		xslt/style.xslt						\
+		xslt/body.xslt						\
+		xslt/menu.xslt						\
+		xslt/donate.xslt					\
+		xslt/content.xslt					\
+		xslt/versions.xslt
+
 xslt/download.xslt:	xsls/download.xsls				\
 		xslt/dirname.xslt					\
 		xslt/link.xslt						\