summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GNUmakefile b/docs/GNUmakefile
index 1198e4229..a8372d267 100644
--- a/docs/GNUmakefile
+++ b/docs/GNUmakefile
@@ -40,7 +40,7 @@ $(TEMP)/$(NGINX)/CHANGES.ru: docs/xml/nginx/changes.xml \
$(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 \