aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 421e562..8a19dd5 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@
# .rphp
# Excludes:
# master.rhtml
-SRC != find -E * ! -name 'master.rhtml' -regex '.*\.r(html|php)*'
+SRC != find -E * ! -name 'master.rhtml' -regex '.*\.r(html|php)'
+CFG != find -E * -regex '.*\.r(html|php)\.config'
# The first assignment is to change extension from .rhtml to .html. The second
# one is used to replace .rphp with .php (note the use of :=, in this way, the
@@ -17,8 +18,6 @@ include config.mk
DEST = ~/www/alessandroiezzi.it
-CONFIGS != find . -name "*.rhtml.config" | grep -v master | sed 's|\./||g'
-
all: ${OBJ}
install: all