mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
More compatible formatting with the translator's tool
This commit is contained in:
parent
11138b533a
commit
5e83590fa7
@ -330,6 +330,10 @@ translated-manpages: $(MANPAGES_TRANSLATED)
|
||||
|
||||
update-manpage-po update-man-po:
|
||||
$(PO4A) $(PO4A_FLAGS) doc/man/po4a/po4a.cfg
|
||||
@for i in nl ; do \
|
||||
perl -ni -e 'if (m/^#:/) { s/(\d) /$$1\n#: /g; print; } elsif (m/^#~/) { $$nonl = 1; print; } elsif (!($$nonl && m/^\s*$$/)) { print; }' doc/man/po4a/po/$$i.po ; \
|
||||
echo >> doc/man/po4a/po/$$i.po ; \
|
||||
done
|
||||
|
||||
# Some general rules
|
||||
ifeq (1,$(LIBMTXCOMMONDLL))
|
||||
|
Loading…
Reference in New Issue
Block a user