diff GNUmakefile @ 1159:166fd33afad1

Extended dir.map with links to variables.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 17 Apr 2014 07:54:55 +0400
parents 8e8a6a7cff2b
children 4851afb8922f
line wrap: on
line diff
--- a/GNUmakefile	Wed Apr 16 17:09:32 2014 +0400
+++ b/GNUmakefile	Thu Apr 17 07:54:55 2014 +0400
@@ -285,8 +285,11 @@
 	gpg -sab binary/download/nginx-$(NGINX).zip
 
 
-dir.map:	xslt/dirmap.xslt xml/en/docs/dirindex.xml
-	@xsltproc -o - xslt/dirmap.xslt xml/en/docs/dirindex.xml |	\
+dir.map:	xslt/dirmap.xslt xml/en/docs/dirindex.xml		\
+		xml/en/docs/varindex.xml
+	@xsltproc -o - xslt/dirmap.xslt xml/en/docs/dirindex.xml	\
+	xml/en/docs/varindex.xml |					\
+	sed 's/^var_/$$/' |						\
 	sort -u -k1,1 | sed 's/^include /\\&/' > $@
 
 ifeq ($(patsubst %.nginx.org,YES,$(shell hostname)), YES)