ICU-3431 remove README

X-SVN-Rev: 13944
This commit is contained in:
Steven R. Loomis 2003-12-02 19:07:34 +00:00
parent 18a63c92c9
commit ca4bcca4a4
2 changed files with 2 additions and 27 deletions

View file

@ -40,10 +40,10 @@ include @platform_make_fragment@
DOXYGEN = @DOXYGEN@
## Files to remove for 'make clean'
CLEANFILES = *~ README
CLEANFILES = *~
## Files built (autoconfed) and installed
INSTALLED_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/icu-config @platform_make_fragment@ README $(EXTRA_DATA:%=$(DESTDIR)$(pkglibdir)/%)
INSTALLED_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/icu-config @platform_make_fragment@ $(EXTRA_DATA:%=$(DESTDIR)$(pkglibdir)/%)
## Files built (autoconfed) but not installed
LOCAL_BUILT_FILES = icudefs.mk
@ -131,7 +131,6 @@ install-icu: $(INSTALLED_BUILT_FILES)
$(RM) Makefile.inc && ln -s current/Makefile.inc .
$(INSTALL_DATA) @platform_make_fragment@ $(DESTDIR)$(pkgdatadir)/config/@platform_make_fragment_name@
$(INSTALL_SCRIPT) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(pkgdatadir)/mkinstalldirs
$(INSTALL_DATA) README $(DESTDIR)$(pkgdatadir)/README
$(INSTALL_DATA) $(top_srcdir)/../license.html $(DESTDIR)$(pkgdatadir)/license.html
$(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config
@ -167,10 +166,6 @@ icudefs.mk: $(srcdir)/icudefs.mk.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
README: $(srcdir)/README.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Makefile: $(srcdir)/Makefile.in icudefs.mk $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

View file

@ -1,20 +0,0 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
The ICU data files moved!
Depending on the ICU packaging mode, ICU data files were moved to
new locations.
@thelibdir@/@PACKAGE@/@VERSION@
For the data library (--with-packaging-mode=dll) and individual
data files (--with-packaging-mode=files).
@thedatadir@/@PACKAGE@/@VERSION@
For the data common file (--with-packaging-mode=archive).
This move happened post ICU 1.6. The rationale for the move is to be able
to share @thedatadir@ across machines with different architectures, as
it is supposed to be the case.