ICU-7351 remind operator to check for non ascii files

X-SVN-Rev: 27285
This commit is contained in:
Steven R. Loomis 2010-01-15 21:45:35 +00:00
parent 6b2ab29889
commit 9f49c03c12

View file

@ -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