From 827303547e1eced475d454d61d21bae43a779ce2 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 17 Jul 2002 15:20:51 +0000 Subject: [PATCH] ICU-1992 simplification for data building X-SVN-Rev: 9227 --- icu4c/source/test/testdata/Makefile.in | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/icu4c/source/test/testdata/Makefile.in b/icu4c/source/test/testdata/Makefile.in index 7feb36608e..7c0ceb5f0b 100644 --- a/icu4c/source/test/testdata/Makefile.in +++ b/icu4c/source/test/testdata/Makefile.in @@ -29,6 +29,7 @@ subdir = test/testdata @SAMPLES_TRUE@SAMPLE = samples @SAMPLES_FALSE@SAMPLE = + ## Files to remove for 'make clean' CLEANFILES = *~ @@ -77,19 +78,6 @@ all-local: builddata install-local: -## Generate HTML documentation -doc: - @uniq=`date '+%y%m%d9/30/99M%S'`; \ - tmpdir="/tmp/icu-$$uniq"; \ - list='$(DOCDIRS)'; for subdir in $$list; do \ - echo "Making install-headers in $$subdir"; \ - (cd $$subdir && \ - $(MAKE) includedir=$$tmpdir/include install-headers); \ - done; \ - echo "generating HTML documentation"; \ - doc++ -H -d $$tmpdir/html $$tmpdir/include/*.h > /dev/null 2>&1; \ - $(RMV) $$tmpdir - dist-local: clean-local: @@ -107,10 +95,6 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -$(top_builddir)/config/Makefile.inc: $(top_srcdir)/config/Makefile.inc.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status - builddata: default.goo ifneq ($(srcdir),.)