From: Bill Wendling Date: Tue, 3 Jul 2007 23:04:11 +0000 (+0000) Subject: Change the place where man pages are installed to ${prefix}/share/man1. This X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3c94f6ae077dcc48eff681097241b47b24b7b70b;p=oota-llvm.git Change the place where man pages are installed to ${prefix}/share/man1. This puts them in a more standardized place. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37861 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.config.in b/Makefile.config.in index add81531f24..4ab98bc1ec4 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -83,7 +83,7 @@ PROJ_docsdir := $(DESTDIR)$(PROJ_prefix)/docs/llvm PROJ_etcdir := $(DESTDIR)$(PROJ_prefix)/etc/llvm PROJ_includedir := $(DESTDIR)$(PROJ_prefix)/include PROJ_infodir := $(DESTDIR)$(PROJ_prefix)/info -PROJ_mandir := $(DESTDIR)$(PROJ_prefix)/man +PROJ_mandir := $(DESTDIR)$(PROJ_prefix)/share/man # Determine if we're on a unix type operating system LLVM_ON_UNIX:=@LLVM_ON_UNIX@