diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-05-02 22:46:36 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-05-02 22:46:36 +0000 |
commit | f2c696f01620024a46f995be766b240497fae41f (patch) | |
tree | e1a66e9c1e28bb51b8b4011d4c2cb3d4affb7614 /docs/Makefile | |
parent | 062c0a5b58b756b91811bf3e6e978257c9fda3ff (diff) |
[docs] Include the Kaleidescope tutorial in the Sphinx docs build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156032 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 f4fb4c52ef..51bfab648e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL := .. -DIRS := CommandGuide tutorial +DIRS := CommandGuide ifdef BUILD_FOR_WEBSITE PROJ_OBJ_DIR = . |