From: Craig Cornelius Date: Tue, 28 Feb 2023 19:16:41 +0000 (+0000) Subject: ICU-22220 Add a step to instructions and fix an obsolete path. X-Git-Tag: cldr/2023-03-13~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b714406eb5f163620a76b0f298b74b00c6be458;p=icu ICU-22220 Add a step to instructions and fix an obsolete path. See #2348 --- diff --git a/tools/release/java/readme.txt b/tools/release/java/readme.txt index c29455ca1c6..ce761b68e6a 100644 --- a/tools/release/java/readme.txt +++ b/tools/release/java/readme.txt @@ -17,11 +17,13 @@ Requirements: - Maven To use the utility: - 1. Put both old and new ICU source trees on your system +1. Put both old and new ICU source trees on your system 2. Run "configure" in both old and new (you can use any mixture of in-source and out-of-source builds). Doxygen must be found during the configure phase, but you do not need to build the standard API docs. -3. create a Makefile.local in this readme's directory (tools/trunk/release/java/) + ** Then in each directory, run `make doc` to create the doc/ directory. + +3. Create a Makefile.local in this readme's directory (tools/release/java/) with just these two lines, for example: OLD_ICU=/xsrl/E/icu-6.7 NEW_ICU=/xsrl/E/icu-6.8 @@ -34,8 +36,8 @@ To use the utility: indicating the build location: OLD_ICU_BUILD=/xsrl/E/icu-build-m48 NEW_ICU_BUILD=/xsrl/E/icu-build - -4. from this directory, (tools/release/java/) run Make to build docs: (the tool will be built automatically) + +4. From this directory, (tools/release/java/) run Make to build docs: (the tool will be built automatically) make APIChangeReport.html make APIChangeReport.md