diff options
author | 2024-07-09 11:54:34 +0200 | |
---|---|---|
committer | 2024-07-09 11:54:34 +0200 | |
commit | 6cfb406547ac57acb48de2e9e5cd20945770b3c0 (patch) | |
tree | 5ed84af63e4897f54309376503213948ae90854c | |
parent | ac86507e1ff43827f3abd06102b94f5e8b7fd0e3 (diff) | |
download | website-6cfb406547ac57acb48de2e9e5cd20945770b3c0.tar.gz website-6cfb406547ac57acb48de2e9e5cd20945770b3c0.zip |
Change BASEHREF with realpath
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | config.mk | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -1 +1,2 @@ -HYDE = hyde +BASEHREF = file://`realpath .` +HYDE = hyde |