|
10 | 10 | # - make clean # To remove build artifacts |
11 | 11 | # - make fuzzy # To find fuzzy strings |
12 | 12 | # |
13 | | -# Modes are: autobuild-stable, autobuild-dev, and autobuild-html, |
14 | | -# documented in gen/src/3.6/Doc/Makefile as we're only delegating the |
15 | | -# real work to the Python Doc Makefile. |
| 13 | +# Modes are: autobuild-stable, autobuild-dev, and autobuild-html. |
16 | 14 |
|
17 | 15 | # Configuration |
18 | 16 |
|
|
21 | 19 | # test build, we're building with the .rst files that generated our |
22 | 20 | # .po files. |
23 | 21 |
|
24 | | -CPYTHON_CURRENT_COMMIT :=17a335dd0291d09e1510157a4ebe02932ec632dd |
| 22 | +CPYTHON_CURRENT_COMMIT :=74a7f5d2dacd4c05aad0e64a275dae97d18f5355 |
25 | 23 | LANGUAGE := tr |
26 | | -BRANCH := 3.11 |
| 24 | +BRANCH := 3.12 |
27 | 25 |
|
28 | 26 | EXCLUDED :=\ |
29 | 27 | whatsnew/2.?.po\ |
30 | | -whatsnew/3.[0-8].po\ |
31 | | -c-api/\ |
32 | | -distutils/\ |
33 | | -install/\ |
34 | | -library/2to3.po\ |
35 | | -library/distutils.po\ |
36 | | -library/imp.po\ |
37 | | -library/tkinter.tix.po\ |
38 | | -library/test.po\ |
39 | | -library/aifc.po\ |
40 | | -library/asynchat.po\ |
41 | | -library/asyncore.po\ |
42 | | -library/audioop.po\ |
43 | | -library/cgi.po\ |
44 | | -library/cgitb.po\ |
45 | | -library/chunk.po\ |
46 | | -library/crypt.po\ |
47 | | -library/imghdr.po\ |
48 | | -library/msilib.po\ |
49 | | -library/nntplib.po\ |
50 | | -library/nis.po\ |
51 | | -library/ossaudiodev.po\ |
52 | | -library/pipes.po\ |
53 | | -library/smtpd.po\ |
54 | | -library/sndhdr.po\ |
55 | | -library/spwd.po\ |
56 | | -library/sunau.po\ |
57 | | -library/telnetlib.po\ |
58 | | -library/uu.po\ |
59 | | -library/xdrlib.po |
| 28 | +whatsnew/3.[0-10].po |
60 | 29 |
|
61 | 30 | # Internal variables |
62 | 31 |
|
|