diff options
author | EuAndreh <eu@euandre.org> | 2023-04-05 16:14:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-05 16:14:00 -0300 |
commit | 24e24b49fb6375189cfa527a113eb965087a293a (patch) | |
tree | fc75f8267a22f6473432ee6b07c4013561c303dc /v2/Makefile | |
parent | v2: Recove h[2-6] anchor link and icon (diff) | |
download | euandre.org-24e24b49fb6375189cfa527a113eb965087a293a.tar.gz euandre.org-24e24b49fb6375189cfa527a113eb965087a293a.tar.xz |
v2: Support Atom feeds and collection translations
Diffstat (limited to '')
-rw-r--r-- | v2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v2/Makefile b/v2/Makefile index e7a7279..4db38c7 100644 --- a/v2/Makefile +++ b/v2/Makefile @@ -12,7 +12,7 @@ generated.mk: ALWAYS @sh src/bin/makemake > generated.mk po/po4a.cfg: ALWAYS - @sh aux/po4a-cfg.sh | ifnew $@ + @sh aux/po4a-cfg.sh < po/mappings.cfg | ifnew $@ po4a $@ ALWAYS: |