From 0d1b4a86e5a6e1ec56facc7d207201ac18c86bf4 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 9 Jul 2024 12:28:43 +0200 Subject: Rename CONFIGS variable to CFG --- Makefile | 5 ++--- 1 file 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 -- cgit v1.2.3