From: Mike Stump Date: Fri, 1 May 2009 01:47:55 +0000 (+0000) Subject: Lets install the manual page with install-clang! Radar 6838692 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=166c9e244c18d0c4003b80d80cbc5d32ec3e5dbe;p=oota-llvm.git Lets install the manual page with install-clang! Radar 6838692 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70529 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index 86fb6e5dbb5..058eabcf424 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ endif ifeq ($(MAKECMDGOALS),install-clang) DIRS := tools/clang/tools/driver tools/clang/tools/clang-cc \ - tools/clang/lib/Headers + tools/clang/lib/Headers tools/clang/docs OPTIONAL_DIRS := NO_INSTALL = 1 endif