From f0ab53c60347b04d525216432d30ee5b24cd4fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E5=AE=87=E4=BC=B8?= Date: Sat, 1 Jun 2024 14:47:07 +0800 Subject: [PATCH 1/5] add make build way in readme --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 4b34062cc9..52b05f2208 100644 --- a/README.rst +++ b/README.rst @@ -150,6 +150,9 @@ the PSF for inclusion in the documentation. 確保輸出中沒有任何關於正在翻譯的檔案的警告訊息。 + 在 ``make all`` 後,可以使用 ``make build`` 來只對單一 ``.po`` 檔進行編譯 :: + VERSION=3.12 make build glossary.po + 如果你還沒有執行 `維護、預覽`_ 的 clone CPython 的動作,此指令會自動幫你 clone CPython,\ 並且會使用 Sphinx 幫你檢查 reST 語法錯誤,我們盡量保持沒有 warning \ 的狀態,因此如果有出現 warning 的話請修復它。另外也記得檢查是否符合\ From ecae0de74ba0581ec6061142169b0cc11f1b1cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E5=AE=87=E4=BC=B8?= Date: Sat, 1 Jun 2024 14:48:32 +0800 Subject: [PATCH 2/5] fix syntax error --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 52b05f2208..3618db5e33 100644 --- a/README.rst +++ b/README.rst @@ -151,6 +151,7 @@ the PSF for inclusion in the documentation. 確保輸出中沒有任何關於正在翻譯的檔案的警告訊息。 在 ``make all`` 後,可以使用 ``make build`` 來只對單一 ``.po`` 檔進行編譯 :: + VERSION=3.12 make build glossary.po 如果你還沒有執行 `維護、預覽`_ 的 clone CPython 的動作,此指令會自動幫你 clone CPython,\ From 23cebe58e3f09e463f27b38d2026d325d16a6d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E5=AE=87=E4=BC=B8?= Date: Sat, 1 Jun 2024 14:52:13 +0800 Subject: [PATCH 3/5] add make build description --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3618db5e33..e37b515112 100644 --- a/README.rst +++ b/README.rst @@ -150,8 +150,8 @@ the PSF for inclusion in the documentation. 確保輸出中沒有任何關於正在翻譯的檔案的警告訊息。 - 在 ``make all`` 後,可以使用 ``make build`` 來只對單一 ``.po`` 檔進行編譯 :: - + 在 ``make all`` 後,可以使用 ``make build`` 來只對單一 ``.po`` 檔進行編譯,可以節省較多的時間 :: + VERSION=3.12 make build glossary.po 如果你還沒有執行 `維護、預覽`_ 的 clone CPython 的動作,此指令會自動幫你 clone CPython,\ From d0cd2ef588873b656d8ab74e08cbc2d05eaf6874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E5=AE=87=E4=BC=B8?= Date: Sat, 1 Jun 2024 15:17:48 +0800 Subject: [PATCH 4/5] add annotation of make build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6419445d90..9849a5b09d 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ # Here is what you can do: # # - make all # Automatically build an html local version +# - make build # Build a single .po file # - make todo # To list remaining tasks # - make merge # To merge pot from upstream # - make fuzzy # To find fuzzy strings From d8c9a8bf6a0c721e362bf4d57140a1126c4c8dc1 Mon Sep 17 00:00:00 2001 From: timmy0123 <48618505+timmy0123@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:22:16 +0800 Subject: [PATCH 5/5] Update Makefile Co-authored-by: RockLeon <34214497+rockleona@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9849a5b09d..67c635dc83 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Here is what you can do: # # - make all # Automatically build an html local version -# - make build # Build a single .po file +# - make build # To build a single .po file # - make todo # To list remaining tasks # - make merge # To merge pot from upstream # - make fuzzy # To find fuzzy strings