diff options
| author | EuAndreh <eu@euandre.org> | 2024-09-27 16:57:48 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-09-27 16:57:48 -0300 |
| commit | 4531a27ecf8062044f2ebd9baf09d3f9b7a8f8ea (patch) | |
| tree | 9bb9297bfc976bb6044ad08ed7e9ae426f4d375d /Makefile | |
| parent | Makefile, .gitignore: Replace src/blog/... with more generic src/*/... (diff) | |
| download | papo.im-4531a27ecf8062044f2ebd9baf09d3f9b7a8f8ea.tar.gz papo.im-4531a27ecf8062044f2ebd9baf09d3f9b7a8f8ea.tar.xz | |
Makefile, mkdeps.sh: Indentation tweaks
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -107,11 +107,11 @@ src/global.conf: src/base.conf src/atom.xml src/blog.html: $(articles.sortdata) src/base.conf src/global.conf -src/atom.xml: $(articles.feedentry) +src/atom.xml: $(articles.feedentry) mkwb feed src/base.conf src/global.conf $(articles.sortdata) > $@ src/blog.html: $(articles.indexentry) src/blog.htmlbody - mkwb indexbody $*.conf $(articles.sortdata) | cat $*.htmlbody - > $@-t + mkwb indexbody $*.conf $(articles.sortdata) | cat $*.htmlbody - > $@-t mkwb html $@-t > $@ rm -f $@-t |
