Skip to content

Commit 4d06f2a

Browse files
committed
renamed en-uk to en because I do not want multiple English versions.
1 parent d55d8b6 commit 4d06f2a

21 files changed

+6
-7
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ver=$(shell date +'%Y.%m.%d')
22

3-
.PHONY: all zhcn enuk clean
3+
.PHONY: all zhcn en clean
44

5-
all: zhcn enuk
5+
all: zhcn en
66

77
zhcn:
88
$(MAKE) -f ebooks.mk
99

10-
enuk:
11-
$(MAKE) -f ebooks.mk lang=$@ lang2=en src=en-uk title="agentzh's Nginx Tutorials (ver $(ver))"
10+
en:
11+
$(MAKE) -f ebooks.mk lang=$@ lang2=en src=en title="agentzh's Nginx Tutorials (ver $(ver))"
1212

1313
clean:
14-
rm -rf html/ wiki/ index*.html *.mobi *.epub *.pdf
14+
rm -rf html/ wiki/ index*.html *.mobi *.epub *.pdf agentzh-nginx-tutorials-*.html
1515

en-uk/00-Foreword01.tut renamed to en/00-Foreword01.tut

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ users who have never used Nginx before.
2121

2222
The samples in my tutorials are at least compatible with Nginx C<0.8.54>;
2323
do not try the samples with older versions of Nginx. The latest stable
24-
version as of this writing is C<1.
25-
0.10> after all.
24+
version as of this writing is C<1.0.10> after all.
2625

2726
All of the Nginx modules mentioned in these tutorials are production-ready.
2827
I will not even mention those standard Nginx modules that are either experimental
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)