diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-02-09 11:56:23 +0900 |
---|---|---|
committer | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-02-09 11:56:23 +0900 |
commit | 6e6e4a028d7c8b4d014a76916ae719233f6c0a59 (patch) | |
tree | b3db4b6fc773f58ee70939cb94ff6229890b8f59 /Makefile | |
parent | d6e3aa98e2a4966a14b7331f31fd0798863550e1 (diff) |
scripts: remove myhtml.py
No one is using myhtml.py anymore.
This patch removes it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -48,10 +48,6 @@ ${HTMLDIR} ${WIKIDIR}: ${HTML}: ${FILES} ./scripts/html_${CMD}.py ./scripts/html_base.py ./scripts/base.py echo $@ ./scripts/html_${CMD}.py ${OPTION} ${FILES} > $@ - -${FILE}: ${HTML_OPTION2} ./scripts/myhtml.py - echo $@ - ./scripts/myhtml.py ${HTML_OPTION1} ${HTML_OPTION2} > $@ loop: for list in ${LISTS}; do\ make PARAM=$${list} EXP1=${EXP1} EXP2="${EXP2}" ${TARGET};\ @@ -71,10 +67,6 @@ 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} clean: @rm -fr html @rm -fr *.html |