Re: Bug#1067671: unable to run "make pot" due to missing english/template/debian/legal.wml
Holger Wansing <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <[email protected]> |
Hi, Wenbin Lv <[email protected]> wrote (Mon, 25 Mar 2024 19:21:16 +0800): > Package: www.debian.org > > Hi, > > I noticed some .pot files are out of date when translating the web pages, > but can't update them by running "make pot" under english/po. The errors > are: > > ../../english/po/wmlxgettext.pl legal > ../../english/template/debian/legal.wml > ../../english/template/debian/legal_tags.wml > ../../english/po/legal.pot > Unable to open ../../english/template/debian/legal.wml > make[1]: *** [Makefile:140: ../../english/po/legal.pot] Error 2 > make[1]: Leaving directory '/home/lwb/sources/webwml/english/po' > make: *** [Makefile:184: pot] Error 2 > > This file was deleted in commit 4e6f84e3b617a3ef6f7fb3c7b7d4e75ef302968c. I seems it has been forgotten to remove the reference for legal.pot from ./english/po/Makefile. Doing that, lead to similar errors for other files, that have also been removed shortly: ./english/security/dsa.rdf.in ./english/security/make-ref-table.pl ./english/security/index.include Fixed in https://salsa.debian.org/webmaster-team/webwml/-/commit/a4735ef7b64aeeeee00322ecd0796aa7513d9909 Closing this bug Holger