Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
d901b6640e0f1d1757a2db9fb57a140ad828ea75
/
.
/
tools
/
llvmc2
/
doc
/
Makefile
blob: 71441a9a4d1a4fde05d70bac53d865f45627e189 [
file
] [
log
] [
blame
]
RST2HTML
=
rst2html
all
:
LLVMC
-
Reference
.
html LLVMC
-
Tutorial
.
html
LLVMC
-
Tutorial
.
html
:
LLVMC
-
Tutorial
.
rst
$
(
RST2HTML
)
$
<
$@
LLVMC
-
Reference
.
html
:
LLVMC
-
Reference
.
rst
$
(
RST2HTML
)
$
<
$@
clean
:
rm
*.
html