rzvncj / xCHM

xCHM is a cross-platform GPL frontend for CHMLIB (http://www.jedrea.com/chmlib/) written with the wxWidgets framework.
GNU General Public License v2.0
126 stars 25 forks source link

PO files generation #31

Open kartikm opened 12 months ago

kartikm commented 12 months ago

Once xCHM is built, it updates the timestamp of PO files, this seems to be causing a bug reported at Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047187

Can you edit Makefile (or related fixes) to avoid this?

rzvncj commented 12 months ago

First, I'd like to understand the problem.

AFAICT, it says "binary file contents changed" so it doesn't look to me like the timestamp alone is what bothers them. Are you sure it's just the date that's changing?

The .po generation is being done automatically by the autotools build system. The relevant parts are SUBDIRS = m4 po src art mac data man in Makefile.am, and the LINGUAS and POTFILES.in files in the po/ directory. I don't control that behaviour.