ICU-4790 Comment out installation code for man page.

X-SVN-Rev: 25541
This commit is contained in:
Michael Ow 2009-03-10 21:39:08 +00:00
parent 1f2dcc4fb2
commit 025017e6ae

View file

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