diff options
author | ewt <devnull@localhost> | 1997-05-01 15:14:52 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-05-01 15:14:52 +0000 |
commit | d4597b438ccfc4c92bba65094cc2d9099553b273 (patch) | |
tree | 44deb5aab1ff13e0da26360b91369a17940385f6 /po | |
parent | 609ec0acf9fd7db284260ec2ba26c9ce18a23ebc (diff) | |
download | librpm-tizen-d4597b438ccfc4c92bba65094cc2d9099553b273.tar.gz librpm-tizen-d4597b438ccfc4c92bba65094cc2d9099553b273.tar.bz2 librpm-tizen-d4597b438ccfc4c92bba65094cc2d9099553b273.zip |
Added more i18n's files
CVS patchset: 1577
CVS date: 1997/05/01 15:14:52
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/po/Makefile.in b/po/Makefile.in index b6b754157..2cfcec1f1 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -13,8 +13,11 @@ NLSPACKAGE = rpm CATALOGS = sv.mo fr.mo de.mo -POTFILES = $(topdir)/rpm.c $(topdir)/query.c $(topdir)/install.c \ - $(topdir)/verify.c +POTFILES = $(topdir)/rpm.c $(topdir)/query.c \ + $(topdir)/install.c $(topdir)/verify.c \ + $(topdir)/checksig.c \ + $(topdir)/lib/uninstall.c $(topdir)/lib/rpmdb.c \ + $(topdir)/lib/signature.c all: $(NLSPACKAGE).pot $(CATALOGS) |