diff options
author | EuAndreh <eu@euandre.org> | 2025-05-04 16:38:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-04 17:05:34 -0300 |
commit | 4761588713f893d76ce717fe8cc54e3ed7f61b43 (patch) | |
tree | 9335ff2ec11ddcbedaea00eca5302c6fb9fa37b9 /.gitignore | |
parent | Makefile: Turn "i18n.sentinel" into a standalone "i18n" virtual target (diff) | |
download | euandre.org-4761588713f893d76ce717fe8cc54e3ed7f61b43.tar.gz euandre.org-4761588713f893d76ce717fe8cc54e3ed7f61b43.tar.xz |
Makefile: Fix dependency tracking of $(captured-assets)
Since I can't get deterministic outputs out of mktorrent(1), change torrents
from $(captured-assets) to $(dynamic-contents).
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,4 +18,6 @@ *.ps *.pdf *.gz +*.sentinel +*.torrent /src/content/.gitignore |