]> granicus.if.org Git - icu/commitdiff
ICU-22220 Add a step to instructions and fix an obsolete path.
authorCraig Cornelius <ccornelius@google.com>
Tue, 28 Feb 2023 19:16:41 +0000 (19:16 +0000)
committerCraig Cornelius <cwcornelius@gmail.com>
Mon, 6 Mar 2023 19:29:02 +0000 (19:29 +0000)
See #2348

tools/release/java/readme.txt

index c29455ca1c655a11d0981e6a387fb503b7a7f169..ce761b68e6a21a3ebfd20eb2a13c1d8b819a5732 100644 (file)
@@ -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