diff options
Diffstat (limited to 'tools/llvmc')
-rw-r--r-- | tools/llvmc/doc/Makefile | 2 |
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) $< $@ |