diff options
author | EuAndreh <eu@euandre.org> | 2025-04-18 03:20:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-18 03:20:18 -0300 |
commit | 4b6a6220a6fd934b2c70dc39e0096e798eedf13c (patch) | |
tree | e355544f594197f09a1d5ad2e918a9c9f212c877 /Makefile | |
parent | Makefile: Generate .gitignore and $(side-assets) list for symlinks (diff) | |
download | euandre.org-4b6a6220a6fd934b2c70dc39e0096e798eedf13c.tar.gz euandre.org-4b6a6220a6fd934b2c70dc39e0096e798eedf13c.tar.xz |
Makefile: Add symlinked files to install target
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 > $@ |