diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |