summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-06-29 13:04:37 +1000
committerBrendan O'Dea <bod@debian.org>2014-06-29 13:04:37 +1000
commit2431eb540e8490b361a9b5d90b2f56fe841582d1 (patch)
tree6439cc3a96bd63cd4e01d1ff6e913b7d670e0894
parent2064fd210273702f1957807576bb6e9357f26633 (diff)
downloadhelp2man-2431eb540e8490b361a9b5d90b2f56fe841582d1.tar.gz
Merge updates into texinfo translations
-rw-r--r--Makefile.in13
-rw-r--r--debian/changelog3
2 files changed, 11 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 8774477..18411ba 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -122,7 +122,7 @@ clean:
mostlyclean: clean
rm -f $(target).dvi $(target).aux $(target).cp $(target).cps \
$(target).fn $(target).ky $(target).log $(target).pg $(target).toc \
- $(target).tp $(target).vr po/*.po~ po-texi/*.pot~
+ $(target).tp $(target).vr po/*.po~ po-texi/*.po~ po-texi/*.pot~
distclean: mostlyclean
-rm -rf config.cache config.log config.status Makefile autom4te.cache
@@ -202,10 +202,15 @@ Makefile: $(srcdir)/Makefile.in
update-po: $(srcdir)/po/$(target).pot $(srcdir)/po-texi/$(target)-texi.pot
set -e; \
- for lang in $(LINGUAS); \
+ for po in $(srcdir)/po/*.po; \
+ do \
+ echo -n "Updating $$po "; \
+ $(MSGMERGE) -U $$po $(srcdir)/po/$(target).pot; \
+ done; \
+ for po in $(srcdir)/po-texi/*.po; \
do \
- echo -n "Updating $$lang "; \
- $(MSGMERGE) -U $(srcdir)/po/$$lang.po $(srcdir)/po/$(target).pot; \
+ echo -n "Updating $$po "; \
+ $(MSGMERGE) -U $$po $(srcdir)/po-texi/$(target)-texi.pot; \
done
$(srcdir)/po/$(target).pot: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m.PL
diff --git a/debian/changelog b/debian/changelog
index 2958d4b..896bcba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ help2man (1.45.2) unstable; urgency=medium
* Add LOCAL_PROG_OR_MISSING macro.
* Add German translation of info page (thanks to Mario Blätterman).
* Change reference to standards to avoid spurious comma.
+ * Merge updates into texinfo translations.
- -- Brendan O'Dea <bod@debian.org> Sun, 29 Jun 2014 13:02:10 +1000
+ -- Brendan O'Dea <bod@debian.org> Sun, 29 Jun 2014 13:03:46 +1000
help2man (1.45.1) unstable; urgency=low