added french catalog
CVS patchset: 478 CVS date: 1996/03/15 23:03:35
This commit is contained in:
parent
f753e724e6
commit
bf53376347
|
@ -1,4 +1,4 @@
|
|||
CATALOGS = se.mo
|
||||
CATALOGS = se.mo fr.mo
|
||||
|
||||
POTFILES = ../rpm.c
|
||||
|
||||
|
@ -27,5 +27,8 @@ install:
|
|||
install -m 644 -o 0 -g 0 $$n $(NLSDIR)/$$l/LC_MESSAGES/rpm.mo; \
|
||||
done
|
||||
|
||||
fr.mo: fr.po
|
||||
msgfmt -o $@ $<
|
||||
|
||||
se.mo: se.po
|
||||
msgfmt -o $@ $<
|
||||
|
|
Loading…
Reference in New Issue