summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-12-11 23:33:33 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-12-11 23:33:33 +0000
commit99a3a2c44c7735cafab8d60fef16c63b7187e76a (patch)
tree83cb925507dbb423b26372db1c61d4c3ba382757 /tools
parent68319f87cc07756e29c6b98efd934577312561ec (diff)
downloadllvm-99a3a2c44c7735cafab8d60fef16c63b7187e76a.tar.gz
llvm-99a3a2c44c7735cafab8d60fef16c63b7187e76a.tar.bz2
llvm-99a3a2c44c7735cafab8d60fef16c63b7187e76a.tar.xz
Use correct file for the llvmc tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc/doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/doc/Makefile b/tools/llvmc/doc/Makefile
index 60ba2ed0b0..d126e51c6e 100644
--- a/tools/llvmc/doc/Makefile
+++ b/tools/llvmc/doc/Makefile
@@ -17,7 +17,7 @@ RST2HTML=rst2html --stylesheet=$(RST_CSS) --link-stylesheet
all : LLVMC-Reference.html LLVMC-Tutorial.html $(RST_CSS)
$(CP) $(RST_CSS) $(DOC_DIR)/$(RST_CSS)
$(CP) LLVMC-Reference.html $(DOC_DIR)/CompilerDriver.html
- $(CP) LLVMC-Reference.html $(DOC_DIR)/CompilerDriverTutorial.html
+ $(CP) LLVMC-Tutorial.html $(DOC_DIR)/CompilerDriverTutorial.html
LLVMC-Tutorial.html : LLVMC-Tutorial.rst $(RST_CSS)
$(RST2HTML) $< $@