Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-06-26 11:59:30 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-06-26 11:59:30 +0400
commit8b55dc2fb40e20e3273fa98291f0b626f66eb9af (patch)
tree7a59a373893e60767f091f575070eae6ae4a716c /docs/GNUmakefile
parenteb03ea74588aa57fb224e85de50ff41ea63cf420 (diff)
fix switch
Diffstat (limited to 'docs/GNUmakefile')
-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 \