aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-02 07:13:24 -0300
committerEuAndreh <eu@euandre.org>2023-04-02 07:13:24 -0300
commit802ae6fb6d9313c8865211a2795d3d04db9342e4 (patch)
treef7618cf71b430aca9025f48bce25d2611c4bbf25
parentaux/ci/git-post-receive.sh: Do not allow CI report to fail (diff)
downloadremembering-802ae6fb6d9313c8865211a2795d3d04db9342e4.tar.gz
remembering-802ae6fb6d9313c8865211a2795d3d04db9342e4.tar.xz
mv po4a.cfg po/
-rw-r--r--Makefile2
-rw-r--r--aux/dev.mk4
-rw-r--r--po/po4a.cfg (renamed from po4a.cfg)0
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 64537a6..4792dbe 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ en_files = \
index.en.md \
public: TODOs.md $(en_files) $(manpages)
- po4a po4a.cfg
+ po4a po/po4a.cfg
$(MAKE) -f aux/dev.mk public \
en_files='$(en_files)' \
manpages.in='$(manpages.in)' \
diff --git a/aux/dev.mk b/aux/dev.mk
index 8433a49..5af3329 100644
--- a/aux/dev.mk
+++ b/aux/dev.mk
@@ -29,7 +29,7 @@ manpages.html = $(manpages.in:.in=.html)
md_files.html = $(md_files:.md=.html)
-public: manpages.sentinel public/makefile.svg po4a.cfg md.sentinel \
+public: manpages.sentinel public/makefile.svg po/po4a.cfg md.sentinel \
public/index.html public/ci public/TODOs.html public/style.css \
public/favicon.svg
touch $@
@@ -74,7 +74,7 @@ public/makefile.svg: Makefile
mkdir -p $(@D)
LANG=en.UTF-8 make -Bnd dev | make2graph | dot -Tsvg >$@
-po4a.cfg: $(en_files) po
+po/po4a.cfg: $(en_files) po
sh aux/po4a-cfg.sh -f '$(en_files) aux/checks/manpages/footer.en.0.in' > $@
diff --git a/po4a.cfg b/po/po4a.cfg
index 49450cf..49450cf 100644
--- a/po4a.cfg
+++ b/po/po4a.cfg