You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.1 KiB
23 lines
1.1 KiB
6 years ago
|
diff -up xdg-user-dirs-0.11/po/Makefile.in.in.use-fuzzy xdg-user-dirs-0.11/po/Makefile.in.in
|
||
|
--- xdg-user-dirs-0.11/po/Makefile.in.in.use-fuzzy 2008-10-24 04:17:03.000000000 -0400
|
||
|
+++ xdg-user-dirs-0.11/po/Makefile.in.in 2009-11-03 00:57:15.319114230 -0500
|
||
|
@@ -61,14 +61,14 @@ CATALOGS = @CATALOGS@
|
||
|
.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update
|
||
|
|
||
|
.po.mo:
|
||
|
- @echo "$(MSGFMT) -c -o $@ $<"; \
|
||
|
- $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@
|
||
|
+ @echo "$(MSGFMT) -c -f -o $@ $<"; \
|
||
|
+ $(MSGFMT) -c -f -o t-$@ $< && mv t-$@ $@
|
||
|
|
||
|
.po.gmo:
|
||
|
@lang=`echo $* | sed -e 's,.*/,,'`; \
|
||
|
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
|
||
|
- echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
|
||
|
- cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
|
||
|
+ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c -f --statistics -o $${lang}.gmo $${lang}.po"; \
|
||
|
+ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c -f --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
|
||
|
|
||
|
.sin.sed:
|
||
|
sed -e '/^#/d' $< > t-$@
|