[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70169] [PATCH 5/7] maint: Generate 'doc/version-LANG.texi' reproduc
From: |
Janneke Nieuwenhuizen |
Subject: |
[bug#70169] [PATCH 5/7] maint: Generate 'doc/version-LANG.texi' reproducibly. |
Date: |
Wed, 03 Apr 2024 22:33:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Ludovic Courtès writes:
> Janneke Nieuwenhuizen <janneke@gnu.org> skribis:
>
>> +$(eval $(call version.texi-from-git,vti,doc/guix.texi,))
>> +$(foreach lang, $(MANUAL_LANGUAGES), \
>> + $(eval i=$(shell echo $$(($(i)+1)))) \
>> + $(eval $(call
>> version.texi-from-git,$(i),po/doc/guix-manual.$(lang).po,-$(lang))))
>
> Maybe we could drop ‘i’ and instead create ‘samp-fr’, ‘stamp-de’, and so
> on? That is, ‘version.texi-from-git’ would take 2 arguments instead of 3.
I don't think so, or, I wouldn't know how to do that. The stamp-N is
created by Automake's magic. They are distributed together with the
version-LANG.texi files.
If Automake would have used stamp-LANG, this would have been much
easier, we could probably have used stem (%) instead of this hairy
function.
> (That’s really a minor issue though.)
Ok, but if it's somehow possible, I agree it would be nice.
Greetings,
Janneke
--
Janneke Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com
- [bug#70169] [PATCH 0/7] Reproducible `make dist' tarball in defiance of Autotools and Gettext, Janneke Nieuwenhuizen, 2024/04/03
- [bug#70169] [PATCH 2/7] maint: Use reproducible timestamps and name for tarball., Janneke Nieuwenhuizen, 2024/04/03
- [bug#70169] [PATCH 4/7] maint: Help help2man generate reproducible man-pages., Janneke Nieuwenhuizen, 2024/04/03
- [bug#70169] [PATCH 1/7] maint: Cater for running `make dist' from a worktree., Janneke Nieuwenhuizen, 2024/04/03
- [bug#70169] [PATCH 5/7] maint: Generate 'doc/version-LANG.texi' reproducibly., Janneke Nieuwenhuizen, 2024/04/03
- [bug#70169] [PATCH 5/7] maint: Generate 'doc/version-LANG.texi' reproducibly., Ludovic Courtès, 2024/04/03
- [bug#70169] [PATCH 3/7] maint: Generate 'doc/version.texi' reproducibly., Janneke Nieuwenhuizen, 2024/04/03
- [bug#70169] [PATCH 7/7] maint: Ensure generated file reproducibility for dist., Janneke Nieuwenhuizen, 2024/04/03
- [bug#70169] [PATCH 6/7] maint: Use reproducible Git timestamp for POT-Creation-Date., Janneke Nieuwenhuizen, 2024/04/03
- [bug#70169] [PATCH 0/7] Reproducible `make dist' tarball in defiance of Autotools and Gettext, Ludovic Courtès, 2024/04/03