aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-09 11:43:12 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-09 11:43:12 +0200
commitac86507e1ff43827f3abd06102b94f5e8b7fd0e3 (patch)
tree9a18f62d996f9ed288153a614a91b358533683e0
parentb474a687187bb34689bc3e684afd11b42fdad06b (diff)
downloadwebsite-ac86507e1ff43827f3abd06102b94f5e8b7fd0e3.tar.gz
website-ac86507e1ff43827f3abd06102b94f5e8b7fd0e3.zip
Rename CC variable in HYDE
-rw-r--r--Makefile7
-rw-r--r--config.mk1
2 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b23f0d0..6a8fdd1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
+include config.mk
+
BASEHREF = file:///var/home/alessandro/devel/aiezzi/website/
-CC = hyde
DEST = ~/www/alessandroiezzi.it
.SUFFIXES: .rhtml .html .tmpl .trhtml .rhtml.config
@@ -32,7 +33,7 @@ clean:
rm -f ip.php
.rhtml.html: navigation.rhtml.inc master.rhtml
- ${CC} -b ${BASEHREF} -f $< > $@
+ ${HYDE} -b ${BASEHREF} -f $< > $@
ip.php: ip.rhtml.php
- ${CC} -b ${BASEHREF} -f $< > $@
+ ${HYDE} -b ${BASEHREF} -f $< > $@
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..690dcc0
--- /dev/null
+++ b/config.mk
@@ -0,0 +1 @@
+HYDE = hyde