aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-12-27 17:11:26 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-12-27 17:11:26 +0100
commitf68563b43f099af4616518387364ed7d27e900d8 (patch)
tree9234a74a8e3dad535d2498ca29daaf22522ce696
parentef7dfae9d3c94ff6aa620922e1524e8c3c0c8972 (diff)
downloadwebsite-f68563b43f099af4616518387364ed7d27e900d8.tar.gz
website-f68563b43f099af4616518387364ed7d27e900d8.zip
Add ip.rhtml.php
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca7409d..2a4e286 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ DEST = ~/www/alessandroiezzi.it
SOURCES != find . -name "*.rhtml" | grep -v master | sed 's|\./||g'
OBJECTS = ${SOURCES:.rhtml=.html}
-all: ${OBJECTS}
+all: ${OBJECTS} ip.php
install:
mkdir -p ${DEST}
@@ -18,6 +18,10 @@ clean:
find . -name "*.html" -exec rm -f {} \;
rm -f out.tar
rm -rf ${DEST}/*
+ rm ip.php
.rhtml.html:
${CC} -f ${.ALLSRC} > ${.TARGET}
+
+ip.php: ip.rhtml.php
+ ${CC} -f ${.ALLSRC} > ${.TARGET}