diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-05-08 17:48:21 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-05-08 17:48:21 +0000 |
commit | a5d2435409858728970202226d0bbbee508fe408 (patch) | |
tree | 39af4933de14544522de4eae2be8e734651f3edc /docs/Makefile | |
parent | 006c7b969a04403f1b5fb39971f14af6f2405b5a (diff) |
[docs] Remove POD based man page docs (and build system support).
- Currently this leaves us with less build system support (e.g., installing man pages) for the docs than is desired. I'm working on fixing this, but it may take a while. If someone finds this particularly egregious let me know and I will prioritize it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 51bfab648e..122c4b834b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL := .. -DIRS := CommandGuide +DIRS := ifdef BUILD_FOR_WEBSITE PROJ_OBJ_DIR = . |