From 6cfb406547ac57acb48de2e9e5cd20945770b3c0 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 9 Jul 2024 11:54:34 +0200 Subject: Change BASEHREF with realpath --- Makefile | 1 - config.mk | 3 ++- 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 -- cgit v1.2.3