projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f753e72
)
added french catalog
author
ewt
<devnull@localhost>
Fri, 15 Mar 1996 23:03:35 +0000
(23:03 +0000)
committer
ewt
<devnull@localhost>
Fri, 15 Mar 1996 23:03:35 +0000
(23:03 +0000)
CVS patchset: 478
CVS date: 1996/03/15 23:03:35
po/Makefile.in
patch
|
blob
|
history
diff --git
a/po/Makefile.in
b/po/Makefile.in
index
534258f
..
c311437
100644
(file)
--- a/
po/Makefile.in
+++ b/
po/Makefile.in
@@
-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 $@ $<