aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 8a19dd5..6958e8e 100644
--- a/Makefile
+++ b/Makefile
@@ -33,12 +33,9 @@ deploy:
for i in `find * -name "*.html"`; do echo $i | sed "s/`basename $i`//"; done
clean:
- find . -name "*.html" -exec rm -f {} \;
- find . -name "*.trhtml" -exec rm -f {} \;
- find . -name "*.tmp" -exec rm -f {} \;
- rm -f out.tar
+ rm -f ${OBJ} out.tar
+ find -E * -regex ".*\.(trhtml|tmp)" -exec rm -f {} \;
rm -rf ${DEST}/*
- rm -f ip.php
.rhtml.html .rphp.php: navigation.rhtml.inc master.rhtml
${HYDE} -b ${BASEHREF} -f $< > $@