OSDN Git Service

(split) LDP: Add how to update perkamon to README.JM
authorAkihiro MOTOKI <amotoki@gmail.com>
Wed, 23 Apr 2014 15:25:11 +0000 (00:25 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Wed, 23 Apr 2014 15:35:45 +0000 (00:35 +0900)
README.JM.org

index 468553d..f1cba06 100644 (file)
@@ -140,6 +140,23 @@ Git Repo 以下はきれいな状態にした状態で始めること。
    https://github.com/amotoki/perkamon.git にあります。
    Commit 権が必要であれば Collaborator に登録しますので、連絡下さい。
 
+   オリジナルが更新されていない場合は自分で更新する
+
+   #+BEGIN_EXAMPLE
+   cd perkamon
+   vi Makefile
+   (Update the version number at the top)
+   rm -f stamp-*
+   make setup
+   (build 以下が更新される)
+   make print-new-files
+   (何か表示されたら、po4a/*/*.cfg に追加)
+   make disable-removed
+   (何かないか確認)
+   git status
+   (更新があれば git commit & git push origin)
+#+END_EXAMPLE
+
 2. perkamon 作業ディレクトリに最新版に対応した展開する
 
    #+BEGIN_EXAMPLE
@@ -179,20 +196,7 @@ git add po4a/ stats/ untrans.html
 git commit -m "LDP: Update POT and ja.po to LDP v3.XX"
 #+END_EXAMPLE
 
-4. po4a cfg 変更の確認
-
-   #+BEGIN_EXAMPLE
-cd perkamon
-make print-new-files
-(何か表示されたら、po4a/*/*.cfg に追加)
-make disable-removed
-(何かないか確認)
-git status
-(更新があれば git commit)
-cd ..
-#+END_EXAMPLE
-
-5. 単純な fuzzy の更新
+4. 単純な fuzzy の更新
 
    COLOPHON が更新されているので、fuzzy が少なくとも一つできる。
    ja.po で fuzzy を探してバージョンを更新する。