summaryrefslogtreecommitdiff
path: root/repo/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'repo/www/Makefile')
-rw-r--r--repo/www/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/www/Makefile b/repo/www/Makefile
index 6bc53ea..ca50752 100644
--- a/repo/www/Makefile
+++ b/repo/www/Makefile
@@ -16,7 +16,7 @@ dependencies = deps.mk
include $(dependencies)
$(dependencies): make-deps.py $(text_folders)
- python3 $< $(TOP_DIR) $(OUT_DIR)
+ python3 $< "$(TEXT_FILES)" $(TOP_DIR) $(OUT_DIR)
site: $(pages)