From 4822ec0f3589159eef0bfeaa0af585c8b006731a Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Thu, 7 Jul 2022 15:18:29 +0900 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3