Skip to content

Commit 1fa8820

Browse files
committed
bugfix: the makefile "html" target generated the wrong name of the zhcn html file.
1 parent 3388362 commit 1fa8820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ en:
1111
$(MAKE) -f ebooks.mk
1212

1313
html:
14-
$(MAKE) -f ebooks.mk lang=cn lang2=cn src=zh-cn title="agentzh的Nginx教程($(ver)版)" html
14+
$(MAKE) -f ebooks.mk lang=zhcn lang2=cn src=zh-cn title="agentzh的Nginx教程($(ver)版)" html
1515
$(MAKE) -f ebooks.mk html
1616

1717
clean:

0 commit comments

Comments
 (0)