diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,7 +25,7 @@ all: wiki/Chat_log.wiki .git/hooks/pre-commit @make -s index.html .git/hooks/pre-commit: - @ln -s ../../scripts/pre-commit.sh .git/hooks/pre-commit + @ln -sf ../../scripts/pre-commit.sh .git/hooks/pre-commit wiki/Chat_log.wiki: wiki/Chat_log @echo $@ @@ -33,14 +33,14 @@ wiki/Chat_log.wiki: wiki/Chat_log scripts/schedule.py: projects/schedule.py @echo $@ - @ln -s ../projects/schedule.py $@ + @ln -sf ../projects/schedule.py $@ html/schedule.html: projects/schedule.py scripts/schedule.py @echo $@ @./scripts/timesheet.py > $@ index.html: - @ln html/index.html . + @ln -f html/index.html . ${HTMLDIR} ${WIKIDIR}: mkdir -p $@ |