diff options
-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 |