meson/docs
Alexey Brodkin 9453ac6182 mesonbuild: Recognise ARC architecture
-------------------------->8-----------------------
root@nsimhs:~# python

Python 2.7.15 (default, Sep 20 2018, 21:44:15)
[GCC 8.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import platform
>>> print platform.machine()
arc
-------------------------->8-----------------------

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2018-09-23 11:22:38 +03:00
..
markdown mesonbuild: Recognise ARC architecture 2018-09-23 11:22:38 +03:00
theme/extra hotdoc: Add documentation 2018-08-28 18:18:40 -03:00
README.md docs: Use meson to build documentation 2018-08-28 18:18:40 -03:00
meson.build Upgrade to newest hotdoc. [skip ci] 2018-09-13 21:22:30 +03:00
sitemap.txt Updated release note page. 2018-09-22 23:11:59 +03:00

README.md

Building the documentation

  1. Get hotdoc (0.8.9 required)

  2. Run hotdoc in the docs/ directory:

    ../meson/meson.py build/

Upload

We are using the git-upload hotdoc plugin which basically removes the html pages and replaces with the new content.

You can simply run:

ninja -C build/ upload