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
This commit is contained in:
Mike Stump 2009-05-01 01:47:55 +00:00
parent 5b16cd2cdd
commit 166c9e244c

View File

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