mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Merge branch '4466_sed'
* 4466_sed: Ticket #4466: fix sed usage in po/Makefile.
This commit is contained in:
commit
ec3f142b86
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
update-po: Makefile
|
update-po: Makefile
|
||||||
$(MAKE) $(DOMAIN).pot-update && \
|
$(MAKE) $(DOMAIN).pot-update && \
|
||||||
$(SED) \
|
$${SED-sed} \
|
||||||
-e '/#, fuzzy/d' \
|
-e '/#, fuzzy/d' \
|
||||||
-e 's/Project-Id-Version: PACKAGE VERSION/Project-Id-Version: $(PACKAGE) $(VERSION)/' \
|
-e 's/Project-Id-Version: PACKAGE VERSION/Project-Id-Version: $(PACKAGE) $(VERSION)/' \
|
||||||
-e 's/^"Plural-Forms: nplurals=INTEGER;/# "Plural-Forms: nplurals=INTEGER;/' \
|
-e 's/^"Plural-Forms: nplurals=INTEGER;/# "Plural-Forms: nplurals=INTEGER;/' \
|
||||||
|
Loading…
Reference in New Issue
Block a user