diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-02-09 11:53:09 +0900 |
---|---|---|
committer | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-02-09 11:53:09 +0900 |
commit | d6e3aa98e2a4966a14b7331f31fd0798863550e1 (patch) | |
tree | bf8abe9b68afb4120fdc98a080e54f361f2661a6 /Makefile | |
parent | b372cf17db0b15d2c85cc03423309e59b085c0c8 (diff) |
scripts: add html_member/status/team/bsp.py
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
"member", "status", "team", "bsp" from it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,12 +69,12 @@ noparam: make CMD=${PARAM} HTML=html/${PARAM}.html myhtml menu: make CMD=menu OPTION="${BSP}" HTML=html/menu.html myhtml +finds: + make CMD=${EXP1} OPTION=${PARAM} FILES="$(shell ${FIND} ${EXP2} ${PARAM})" HTML=html/${PARAM}.html myhtml basic: make HTML_OPTION1="${HTML_OPTION1}" HTML_OPTION2="${HTML_OPTION2}" FILE=${FILE} ${FILE} -finds: - make HTML_OPTION1="${EXP1} ${PARAM}" HTML_OPTION2="$(shell ${FIND} ${EXP2} ${PARAM})" FILE=html/${PARAM}.html basic clean: @rm -fr html @rm -fr *.html |