diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-11-06 20:27:04 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-11-06 20:27:04 -0500 |
commit | 1e40ef8ee44cdf632958b884afe33c50e7d4c02e (patch) | |
tree | be71e2fededa24eccf9ca9b2b1f18ba52ae06a42 /po | |
parent | d1b75fd60c255ebc07209a5928dff497f58cd745 (diff) | |
download | e2fsprogs-1e40ef8ee44cdf632958b884afe33c50e7d4c02e.tar.gz |
po: rebuild the .gmo files in the debian/rules file
This commit reverts commit aff534958b0 and transfers the
responsibility of rebuilding the .gmo files to the debian/rules file,
as updating the gmo files can cause problems for other distribution's
building systems. (We do this because we don't update the .gmo files
when doing a mid-release snapshot, since binary files can't be
represented in diff files. So we only update the .po files, and let
the package build process take care of the .gmo files.)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 9864d73b..8dbd0c52 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -77,7 +77,7 @@ CATALOGS = @CATALOGS@ all: all-@USE_NLS@ -all-yes: $(GMOFILES) @MAINTAINER_CMT@stamp-po +all-yes: @MAINTAINER_CMT@stamp-po all-no: # stamp-po is a timestamp denoting the last time at which the CATALOGS have |