1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-07 01:55:48 +01:00

created script to check the list of source files to handle for translation

Because the source file is redefined in the 'po/' directories, there is a
possibility that they get misaligned.

There is now a script that will check everything is in line; it is
triggered by "make check".

The case of the "util/" stuff is excluded at current time because the way
they are defined makes it hard to properly deduce the correct list of
sources, and it is not worth, the core need being on wmaker and WPrefs.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2015-01-20 22:03:49 +01:00
committed by Carlos R. Mafra
parent 3d2948e1a0
commit b266808331
6 changed files with 274 additions and 0 deletions

View File

@@ -32,6 +32,11 @@ This does not only enable debugging information, which you may need when
testing your work, it also enables a number of extra compiler warning
which help keeping safer code.
You will probably want also to run this in the end, because it does some
checks on the source tree:
make check
__________________________
Producing a patch with git
--------------------------