summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b38343..46bf703 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +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
@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
@@ -40,7 +41,7 @@ html/schedule.html: projects/schedule.py scripts/schedule.py
@./scripts/timesheet.py > $@
index.html:
- @ln -f html/index.html .
+ @ln -sf html/index.html .
${HTMLDIR} ${WIKIDIR}:
mkdir -p $@