From 025017e6ae2886fc2946e926385723c1cda741e7 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Tue, 10 Mar 2009 21:39:08 +0000 Subject: [PATCH] ICU-4790 Comment out installation code for man page. X-SVN-Rev: 25541 --- icu4c/source/tools/gencfu/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/tools/gencfu/Makefile.in b/icu4c/source/tools/gencfu/Makefile.in index c1954a63935..b966e4ed7ec 100644 --- a/icu4c/source/tools/gencfu/Makefile.in +++ b/icu4c/source/tools/gencfu/Makefile.in @@ -58,8 +58,8 @@ install-local: all-local install-man $(INSTALL) $(TARGET) $(DESTDIR)$(bindir) install-man: $(MAN_FILES) - $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION) - $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION) +# $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION) +# $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION) dist-local: