comparison xml/en/GNUmakefile @ 259:bf3f71199e7e

Fixed pgp_keys.html dependencies by using the common article rule.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 21 Dec 2011 09:21:19 +0000
parents 6f411297069c
children be3772a799a2
comparison
equal deleted inserted replaced
258:9bfa8a51a2e3 259:bf3f71199e7e
80 $(OUT)/$(DOC_LANG)/security_advisories.html: \ 80 $(OUT)/$(DOC_LANG)/security_advisories.html: \
81 xml/$(DOC_LANG)/security_advisories.xml \ 81 xml/$(DOC_LANG)/security_advisories.xml \
82 $(SECURITY_DEPS) 82 $(SECURITY_DEPS)
83 $(call XSLT, xslt/security.xslt, $<, $@) 83 $(call XSLT, xslt/security.xslt, $<, $@)
84 84
85 $(OUT)/$(DOC_LANG)/pgp_keys.html: \
86 xml/$(DOC_LANG)/pgp_keys.xml \
87 $(PGP_DEPS)
88 $(call XSLT, xslt/article.xslt, $<, $@)
89
90 $(OUT)/$(DOC_LANG)/docs/index.html: \ 85 $(OUT)/$(DOC_LANG)/docs/index.html: \
91 $(DOCS_XML) \ 86 $(DOCS_XML) \
92 $(REFS_XML) \ 87 $(REFS_XML) \
93 88
94 $(OUT)/$(DOC_LANG)/docs/introduction.html: \ 89 $(OUT)/$(DOC_LANG)/docs/introduction.html: \