Lines Matching full:docs
8 system to create HTML pages which are hosted on <http://llvm.org/docs/> and
16 make -j3 docs-llvm-html
17 $BROWSER <build-dir>/docs//html/index.html
20 `docs/Foo.rst` <-> `<build-dir>/docs//html/Foo.html` <-> `http://llvm.org/docs/Foo.html`.
33 directory `<build-dir>/docs/man/`.
37 make -j3 docs-llvm-man
38 man -l >build-dir>/docs/man/FileCheck.1
41 `docs/CommandGuide/Foo.rst` <-> `<build-dir>/docs//man/Foo.1`.
44 `http://llvm.org/docs/CommandGuide/Foo.html`.
52 cd docs/
62 make doxygen-llvm # for LLVM docs
63 make doxygen-clang # for clang docs
67 <build-dir>/docs/doxygen/html # for LLVM docs
68 <build-dir>/tools/clang/docs/doxygen/html # for clang docs