Lines Matching full:docs
8 system to create HTML pages which are hosted on <https://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` <-> `https://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 `https://llvm.org/docs/CommandGuide/Foo.html`.
52 cd llvm/docs/
63 make doxygen-llvm # for LLVM docs
64 make doxygen-clang # for clang docs
68 <build-dir>/docs/doxygen/html # for LLVM docs
69 <build-dir>/tools/clang/docs/doxygen/html # for clang docs