From 4b6a6220a6fd934b2c70dc39e0096e798eedf13c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 18 Apr 2025 03:20:18 -0300 Subject: Makefile: Add symlinked files to install target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 454db65..5027291 100644 --- a/Makefile +++ b/Makefile @@ -301,8 +301,8 @@ src/sources.txt: src/all-contents.txt: printf '%s\n' $(all-contents) > $@ -src/all-filelists.txt: - printf '%s\n' $(all-filelists) > $@ +src/all-filelists.txt: src/all-symlinks.txt + printf '%s\n' $(all-filelists) src/all-symlinks.txt > $@ src/all-symlinks.txt: src/content/.gitignore sed 's|^|src/content|' src/content/.gitignore > $@ -- cgit v1.2.3