aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-09 11:54:34 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-09 11:54:34 +0200
commit6cfb406547ac57acb48de2e9e5cd20945770b3c0 (patch)
tree5ed84af63e4897f54309376503213948ae90854c
parentac86507e1ff43827f3abd06102b94f5e8b7fd0e3 (diff)
downloadwebsite-6cfb406547ac57acb48de2e9e5cd20945770b3c0.tar.gz
website-6cfb406547ac57acb48de2e9e5cd20945770b3c0.zip
Change BASEHREF with realpath
-rw-r--r--Makefile1
-rw-r--r--config.mk3
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6a8fdd1..a706664 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
include config.mk
-BASEHREF = file:///var/home/alessandro/devel/aiezzi/website/
DEST = ~/www/alessandroiezzi.it
.SUFFIXES: .rhtml .html .tmpl .trhtml .rhtml.config
diff --git a/config.mk b/config.mk
index 690dcc0..afbb8f6 100644
--- a/config.mk
+++ b/config.mk
@@ -1 +1,2 @@
-HYDE = hyde
+BASEHREF = file://`realpath .`
+HYDE = hyde