summaryrefslogtreecommitdiff
path: root/repo/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'repo/www/Makefile')
-rw-r--r--repo/www/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/www/Makefile b/repo/www/Makefile
index c6d64a3..b30f600 100644
--- a/repo/www/Makefile
+++ b/repo/www/Makefile
@@ -1,8 +1,8 @@
TOP_DIR = ../..
OUT_DIR = $(TOP_DIR)/public
+TEXT_FILES = md org
-text_files = md org
-text_patterns = $(foreach ext,$(text_files),'$(TOP_DIR)/**.$(ext)')
+text_patterns = $(foreach ext,$(TEXT_FILES),'$(TOP_DIR)/**.$(ext)')
text_folders = $(sort $(dir $(shell git ls-files $(text_patterns))))
page_folders = $(patsubst $(TOP_DIR)%/,$(OUT_DIR)%,$(text_folders))