diff options
author | EuAndreh <eu@euandre.org> | 2023-04-05 20:21:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-05 20:21:11 -0300 |
commit | 14b6eca2d946db07aad549a6a70ad2e9cadc2f52 (patch) | |
tree | 37118541b6b426f9fd1e14eea58aa0cb03409851 /v2/Makefile | |
parent | v2: src/bin/html: Turn add_headings_anchors() into a parentheses fn (diff) | |
download | euandre.org-14b6eca2d946db07aad549a6a70ad2e9cadc2f52.tar.gz euandre.org-14b6eca2d946db07aad549a6a70ad2e9cadc2f52.tar.xz |
v2: git mv po/mappings.cfg po/i18n.mappings
Diffstat (limited to 'v2/Makefile')
-rw-r--r-- | v2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v2/Makefile b/v2/Makefile index 4db38c7..ba15680 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 < po/mappings.cfg | ifnew $@ + @sh aux/po4a-cfg.sh < po/i18n.mappings | ifnew $@ po4a $@ ALWAYS: |