From d6e3aa98e2a4966a14b7331f31fd0798863550e1 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 9 Feb 2021 11:53:09 +0900 Subject: 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 917a707..a065b33 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3