summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xscripts/html_index.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e10f939..6fbf38e 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ html/schedule.html: projects/schedule.py scripts/schedule.py
@./scripts/timesheet.py > $@
index.html:
- @ln -sf html/index.html .
+ @ln -f html/index.html .
${HTMLDIR} ${WIKIDIR}:
mkdir -p $@
diff --git a/scripts/html_index.py b/scripts/html_index.py
index 0da5b05..50415ca 100755
--- a/scripts/html_index.py
+++ b/scripts/html_index.py
@@ -22,8 +22,8 @@ class periject_html(html_base.myhtml):
# |menu|body|
# | | |
with html("frameset", {"cols":"{},*".format(self.config("html-default-cols"))}):
- html("frame", {"src":"./menu.html", "name":"menu"}).print()
- html("frame", {"src":"./subindex.html", "name":"body"}).print()
+ html("frame", {"src":"./html/menu.html", "name":"menu"}).print()
+ html("frame", {"src":"./html/subindex.html", "name":"body"}).print()
#====================================
#