X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..f59164e3d128c7675a4d3934206346a3384e53a5:/icuSources/tools/gencfu/Makefile.in diff --git a/icuSources/tools/gencfu/Makefile.in b/icuSources/tools/gencfu/Makefile.in index b966e4ed..98ea0f0a 100644 --- a/icuSources/tools/gencfu/Makefile.in +++ b/icuSources/tools/gencfu/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU - tools/gencfu -## Copyright (c) 2009 International Business Machines Corporation and +## Copyright (c) 2009-2012 International Business Machines Corporation and ## others. All Rights Reserved. ## Source directory information @@ -17,7 +17,7 @@ TARGET_STUB_NAME = gencfu SECTION = 1 -# MAN_FILES = $(TARGET_STUB_NAME).$(SECTION) +MAN_FILES = $(TARGET_STUB_NAME).$(SECTION) ## Extra files to remove for 'make clean' @@ -26,9 +26,6 @@ CLEANFILES = *~ $(DEPS) $(MAN_FILES) ## Target information TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT) -ifneq ($(top_builddir),$(top_srcdir)) -CPPFLAGS += -I$(top_builddir)/common -endif CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) @@ -58,8 +55,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: