File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
77
77
- 元のファイルが更新されて翻訳が完了
78
78
- 一時ファイル(` .splitted/ ` , ` .splitted_done/ ` )は自動削除
79
79
80
+ 5 . ** 作業ファイルの削除** :
81
+ - 翻訳完了後、作成された作業ファイル(` translated_*.po ` など)を削除
82
+ - 作業ディレクトリを整理し、不要なファイルを残さない
83
+
80
84
#### 4.0 翻訳ワークフローシステム
81
85
82
86
翻訳作業は中断・再開が可能な専用システムで管理されます。
@@ -163,6 +167,7 @@ options:
163
167
1 . ` joinpo -o translated_pathlib.po .splitted_done/pathlib/*.po `
164
168
2 . 元のファイルを翻訳済みファイルで更新
165
169
3 . 一時ファイルとディレクトリを削除
170
+ 4 . 作業ファイル(` translated_*.po ` )を削除
166
171
167
172
168
173
Original file line number Diff line number Diff line change @@ -139,3 +139,8 @@ clean:
139
139
find -name ' *.mo' -delete
140
140
@echo " Cleaning build directory"
141
141
$(MAKE ) -C venv/cpython/Doc/ clean
142
+
143
+ .PHONY : publish
144
+ publish :
145
+ @echo " Publishing documentation to S3..."
146
+ cd venv/cpython/Doc/build/html && aws s3 sync . s3://test-pythondoc-ja-cloude1
You can’t perform that action at this time.
0 commit comments