Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-10 | periject: Fix menu and subindex file locations | Jacopo Mondi | |
The generated index.html contains broken links to html/subindex.html and html/menu.html. The path to menu.html and subindex.html is interpreted relatively to the html/ directory, so there's no need to prefix it with it. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> | |||
2021-02-09 | scripts: add html_index/body/subindex.py | Kuninori Morimoto | |
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "index", "body", "subindex" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> |