diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-15 16:49:24 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-15 16:49:24 +0000 |
commit | a279a00391d4a6c1032bde87877d5a7587f49435 (patch) | |
tree | d4956179551d05e6da67442791f3933281f08b41 /po/Makefile | |
parent | f6bbd3c96dbdf0649f6a7e9476529df4e87c8bbd (diff) | |
download | anaconda-a279a00391d4a6c1032bde87877d5a7587f49435.tar.gz anaconda-a279a00391d4a6c1032bde87877d5a7587f49435.tar.xz anaconda-a279a00391d4a6c1032bde87877d5a7587f49435.zip |
include the timeconfig translations
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index f24b0192d..2f13d1405 100644 --- a/po/Makefile +++ b/po/Makefile @@ -91,6 +91,6 @@ missing-mixed: done %.mo: %.po - msgfmt -o $@ $< + cat $< timeconfig/$< | msgfmt -o $@ - depend: |