diff options
author | Michael Vogt <mvo@debian.org> | 2014-04-01 16:12:22 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-04-01 16:12:22 +0200 |
commit | d13bb95849fd168200554972b4295c40933e2461 (patch) | |
tree | 6a5044088b4164c29a76edbf34b30dfb4b7f52d1 /doc/makefile | |
parent | 8a1c9010137a8c49d9808f2db34b9ee277138986 (diff) | |
parent | c2d859fc8e2b2c74c3da5c722bd31b54d7020868 (diff) |
Merge branch 'debian/sid' into ubuntu/master
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/makefile b/doc/makefile index e8d4c7ea5..3939c749f 100644 --- a/doc/makefile +++ b/doc/makefile @@ -66,9 +66,7 @@ update-po: manpages/subdirs: $(MANPAGEPOLIST) $(MANPAGEPOLIST) :: manpages-translation-% : %/makefile po4a.conf - # first line is for apt.7 (see Bug#696923) po4a --previous --no-backups --translate-only $(dir $<)apt.ent \ - $(patsubst %,--translate-only $(dir $<)%,$(patsubst %.7,%.$(subst /,,$(dir $<)).7,$(wildcard *.7))) \ $(patsubst %,--translate-only $(dir $<)%,$(patsubst %.1.xml,%.$(subst /,,$(dir $<)).1.xml,$(wildcard *.1.xml))) \ $(patsubst %,--translate-only $(dir $<)%,$(patsubst %.2.xml,%.$(subst /,,$(dir $<)).2.xml,$(wildcard *.2.xml))) \ $(patsubst %,--translate-only $(dir $<)%,$(patsubst %.3.xml,%.$(subst /,,$(dir $<)).3.xml,$(wildcard *.3.xml))) \ |