diff docs/GNUmakefile @ 2065:520cb18b64fb

fix switch
author Igor Sysoev <igor@sysoev.ru>
date Thu, 26 Jun 2008 07:59:30 +0000
parents a452a0e13539
children 3ce6b8cedcb9 3e706fcccbf3
line wrap: on
line diff
--- a/docs/GNUmakefile
+++ b/docs/GNUmakefile
@@ -40,7 +40,7 @@ changes:	$(TEMP)/$(NGINX)/CHANGES.ru				
 $(TEMP)/$(NGINX)/CHANGES:	docs/xml/nginx/changes.xml		\
 				docs/xslt/changes.xslt
 
-	test -d $(TEMP)/$(NGINX) || mkdir - p$(TEMP)/$(NGINX)
+	test -d $(TEMP)/$(NGINX) || mkdir -p $(TEMP)/$(NGINX)
 
 	xsltproc --param lang "'en'"					\
 		-o $(TEMP)/$(NGINX)/CHANGES				\