changeset 48:28acb1a609cb

The "xslt" directory is now created on demand.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 03 Oct 2011 07:12:34 +0000
parents 0b218409e2e7
children d6fd8dcbe758
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -152,6 +152,7 @@ include 	xml/tr/GNUmakefile
 
 xslt/%.xslt:	xsls/%.xsls						\
 		xsls/dump.xsls
+	mkdir -p $(dir $@)
 	$(call XSLScript, $<, $@)
 
 images:									\