Commit 003127c
committed
po: simplify xgettext rule
Every time xgettext is run, the generated template has its own
POT-Creation-Date field with the runtime timestamp; because of this,
the comparison between the existing template and the new one (using
`cmp`) always results as "different".
Hence, simply run xgettext with the wanted output file, as the result
is the same; make use of the automatic make variables to avoid repeating
variables in the command invocation.1 parent 7e3b8d3 commit 003127c
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 15 | + | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
| |||
0 commit comments