summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2022-07-07 15:18:29 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2022-07-12 09:11:30 +0900
commit4822ec0f3589159eef0bfeaa0af585c8b006731a (patch)
tree90fa7c487ca6cc05dde798acdf751f092c5425c1 /Makefile
parent477a499b6005fd1635c1b505c57ef01b7cf53104 (diff)
scripts: Don't use cache on HTML Frame
Web browser will use cached page if it is using Frame (Menu, Summary, etc), but it is not good for PeriJect user. To avoid the cache patch, this patch try to 1) remove frame html every make, 2) add "?xxx" after file name to make web browser think it's a different file. It works well on Chrome, but not sure on other browser. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c697a5..43f1724 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ NOPARAM = subindex body index
BSP = bsp51x bsp41x bsp39x
all: wiki/Chat_log.wiki .git/hooks/pre-commit
- @rm -fr index.html html/index.html html/menu.html
+ @rm -fr index.html html/index.html html/menu.html html/summary.html html/subindex.html
@make -s ${HTMLDIR} ${WIKIDIR}
@make -s LISTS="${MEMBER}" TARGET=finds EXP1=member EXP2=-a loop
@make -s LISTS="${STATUS}" TARGET=finds EXP1=status EXP2=-s loop