aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a706664..6874267 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
+.SUFFIXES: .rhtml .html .tmpl .trhtml .rhtml.config
+
include config.mk
DEST = ~/www/alessandroiezzi.it
-.SUFFIXES: .rhtml .html .tmpl .trhtml .rhtml.config
+
SOURCES != find . -name "*.rhtml" | grep -v master | sed 's|\./||g'
OBJECTS = ${SOURCES:.rhtml=.html}