X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcontributor%2Frelease-work.itexi;h=26a8223584e20ce0cd0121f7d04999131028b4a6;hb=cb951038d3e74a85ec8539d0dc51260088251556;hp=aa4c77d4b73bde11b268aa91d827c9c9798d732a;hpb=eff118c2cb4020d498e70e732a902d381acf2bd3;p=lilypond.git diff --git a/Documentation/contributor/release-work.itexi b/Documentation/contributor/release-work.itexi index aa4c77d4b7..26a8223584 100644 --- a/Documentation/contributor/release-work.itexi +++ b/Documentation/contributor/release-work.itexi @@ -83,8 +83,8 @@ checkout displays modified files, you might want to run @code{git reset git fetch git checkout origin/release/unstable git merge origin -make -C /path/to/top-build-dir po-replace -mv /path/to/top-build-dir/po/lilypond.pot po/ +make -C $LILYPOND_BUILD_DIR po-replace +mv $LILYPOND_BUILD_DIR/po/lilypond.pot po/ vi Documentation/web/news-front.itexi Documentation/web/news.itexi @end example @@ -315,10 +315,9 @@ Run convert-ly on all files, bump parser minimum version. Update lilypond.pot: @example -make po-replace +make -C $LILYPOND_BUILD_DIR po-replace +mv $LILYPOND_BUILD_DIR/po/lilypond.pot po/ @end example -If you run this outside the source tree, move @file{po/lilypond.pot} -to the source tree. @item Make directories on lilypond.org: