diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ NOPARAM = subindex body index BSP = bsp41x bsp39x all: wiki/Chat_log.wiki .git/hooks/pre-commit - @rm -fr index.html html/index.html + @rm -fr index.html html/index.html html/menu.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 |