summaryrefslogtreecommitdiff
path: root/repo/www/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-15 12:42:09 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-15 13:14:27 +0100
commit039dc0e133229482ff93aac1eac07e1d06465d2f (patch)
treecc1a10d865a219e9e259490347ae08052107f54c /repo/www/Makefile
parente1a97d377394b17ad76eb8d7e4eba5b5ebe47a8e (diff)
downloadmemory-leaks-039dc0e133229482ff93aac1eac07e1d06465d2f.tar.xz
Stop duplicating list of text file extensions
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)