From 9f49c03c128b1d5e7fff192a07f349a71794acea Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 15 Jan 2010 21:45:35 +0000 Subject: [PATCH] ICU-7351 remind operator to check for non ascii files X-SVN-Rev: 27285 --- tools/release/java/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/release/java/Makefile b/tools/release/java/Makefile index bdf3d3e18d7..70743eab808 100644 --- a/tools/release/java/Makefile +++ b/tools/release/java/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009 IBM and Others. All Rights Reserved +# Copyright (C) 2009-2010 IBM and Others. All Rights Reserved # # @@ -27,7 +27,8 @@ ifeq ($(NEW_ICU),) NOTSET:="$(NOTSET) NEW_ICU" endif -all: $(TARGET) +all: $(TARGET) $(LOCAL_TARGET) + ifneq ($(NOTSET),) check-vars: @@ -50,6 +51,7 @@ clean-docs: | check-vars -rm -rf "$(OLD_ICU)/$(XML)" "$(NEW_ICU)/$(XML)" $(TARGET): check-vars $(OLD_ICU)/$(XML) $(NEW_ICU)/$(XML) + echo "Remember to run the non-ascii file detector if you get errors." $(ANT) -Dolddir="$(OLD_ICU)/$(XML)" -Dnewdir="$(NEW_ICU)/$(XML)" $(ANT_TARGET) %/source/doc/xml: %/source/Doxyfile