blob: 864376f9d90ada36625c44dd761676700fec4bfc [file] [log] [blame]
Mikhail Glushenkovc7e56fe2008-11-25 21:38:12 +00001##===- tools/llvmc/doc/Makefile ----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10RST2HTML=rst2html --stylesheet=llvm.css --link-stylesheet
11
12all : LLVMC-Reference.html LLVMC-Tutorial.html
13
14LLVMC-Tutorial.html : LLVMC-Tutorial.rst llvm.css
15 $(RST2HTML) $< $@
16
17LLVMC-Reference.html : LLVMC-Reference.rst llvm.css
18 $(RST2HTML) $< $@
19
20clean :
21 rm *.html