aplat

Documents structurés pour Unix
git clone git://git.asteride.xyz/~ldp/aplat.git
Journaux | Fichiers | Références | LISEZ-MOI | LICENCE

commit 3cdc5ea81d87a4ea72417935961d23118137fca9
parent 53ffa4b14ec78bce85ff995fa8931fe75f47838b
Auteur: Selve <selve@asteride.xyz>
Date:   Sun, 21 Jan 2024 13:03:19 -0500

mise à jour semi-automatique des fichiers de traduction

Une règle de la Makefile à exécuter manuellement s'en charge.

Diffstat:
MMakefile | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -27,6 +27,14 @@ aplat: aplat.o tampon.o traductions: ${FCH_MO} +maj_trad: + xgettext --from-code=UTF-8 -k_ -o - *.c | \ + msgmerge -qo "${DOS_PO}/modele.pot" "${DOS_PO}/modele.pot" - + for F in ${FCH_PO} ; \ + do \ + msgmerge -qo "$$F" "$$F" "${DOS_PO}/modele.pot" ; \ + done + install: aplat traductions mkdir -p "${PREFIX}" install -m 755 aplat "${PREFIX}"/aplat