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	Mon Oct 03 06:54:08 2011 +0000
+++ b/GNUmakefile	Mon Oct 03 07:12:34 2011 +0000
@@ -152,6 +152,7 @@
 
 xslt/%.xslt:	xsls/%.xsls						\
 		xsls/dump.xsls
+	mkdir -p $(dir $@)
 	$(call XSLScript, $<, $@)
 
 images:									\