diff options
author | EuAndreh <eu@euandre.org> | 2024-09-27 16:57:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-27 16:57:26 -0300 |
commit | dee0a9018246fccbf834e63bc859e2f65607690f (patch) | |
tree | 0eaf2b7f1191e60f43a74eaf45c752734e685a87 /Makefile | |
parent | .gitignore: Remove reference to .sentinel file (diff) | |
download | papo.im-dee0a9018246fccbf834e63bc859e2f65607690f.tar.gz papo.im-dee0a9018246fccbf834e63bc859e2f65607690f.tar.xz |
Makefile, .gitignore: Replace src/blog/... with more generic src/*/...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ derived-assets = \ $(articles.sortdata) \ side-assets = \ - src/blog/*/*/*/*.html*.txt \ + src/*/*/*/*/*.html.*.txt \ src/*.html.*.txt \ src/*.sortdata \ |