Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a905aac

Browse files
committed
misc
1 parent 0b6df66 commit a905aac

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CLAUDE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
7777
- 元のファイルが更新されて翻訳が完了
7878
- 一時ファイル(`.splitted/`, `.splitted_done/`)は自動削除
7979

80+
5. **作業ファイルの削除**:
81+
- 翻訳完了後、作成された作業ファイル(`translated_*.po` など)を削除
82+
- 作業ディレクトリを整理し、不要なファイルを残さない
83+
8084
#### 4.0 翻訳ワークフローシステム
8185

8286
翻訳作業は中断・再開が可能な専用システムで管理されます。
@@ -163,6 +167,7 @@ options:
163167
1. `joinpo -o translated_pathlib.po .splitted_done/pathlib/*.po`
164168
2. 元のファイルを翻訳済みファイルで更新
165169
3. 一時ファイルとディレクトリを削除
170+
4. 作業ファイル(`translated_*.po`)を削除
166171

167172

168173

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,8 @@ clean:
139139
find -name '*.mo' -delete
140140
@echo "Cleaning build directory"
141141
$(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

0 commit comments

Comments
 (0)