diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 $@ |