1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Lets install the manual page with install-clang! Radar 6838692

llvm-svn: 70529
This commit is contained in:
Mike Stump 2009-05-01 01:47:55 +00:00
parent d6a780a181
commit 9581b0eb4c

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