From edd2189ab2c0c9131b3ebb27d77e2ad9d6e251d6 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Mon, 8 Feb 2021 12:25:57 +0900 Subject: Add Schedule support This patch adds SoC/BSP schedule support. PeriPeri member can know the Renesas plan from it. It is based on timesheet JavaScript which from below with small customize. https://github.com/sbstjn/timesheet.js.git Signed-off-by: Kuninori Morimoto --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28dda3e..2dfd7ed 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ all: wiki/Chat_log.wiki .git/hooks/pre-commit @make -s LISTS="${PROJECT}" TARGET=summary loop @make -s LISTS="${WIKI}" TARGET=wikis loop @make -s menu + @make -s html/schedule.html @make -s index.html .git/hooks/pre-commit: @@ -32,6 +33,14 @@ wiki/Chat_log.wiki: wiki/Chat_log @echo $@ @./scripts/chatlog.py > $@ +scripts/schedule.py: projects/schedule.py + @echo $@ + @ln -s ../projects/schedule.py $@ + +html/schedule.html: projects/schedule.py scripts/schedule.py + @echo $@ + @./scripts/timesheet.py > $@ + index.html: @ln html/index.html . -- cgit v1.2.3