diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-04-01 12:44:08 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-04-01 12:44:08 +0200 |
commit | 1701312682aad167b4ff3425a8e9b680c04b49a5 (patch) | |
tree | 142c5c6b1deb5c28afa40a821a917c15e7f2adbe /doc/makefile | |
parent | 035a31392a094a92eeff4371c56fae893d49991b (diff) | |
parent | c4383ac4a47d58347afa2a45bbf31d7bc2d18b89 (diff) |
Merge remote-tracking branch 'mvo/feature/apt-manpage' into debian/sid
Conflicts:
cmdline/apt.cc
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/makefile b/doc/makefile index 4b63e542f..e8d4c7ea5 100644 --- a/doc/makefile +++ b/doc/makefile @@ -66,9 +66,9 @@ update-po: manpages/subdirs: $(MANPAGEPOLIST) $(MANPAGEPOLIST) :: manpages-translation-% : %/makefile po4a.conf - # first line is for apt.8 (see Bug#696923) + # first line is for apt.7 (see Bug#696923) po4a --previous --no-backups --translate-only $(dir $<)apt.ent \ - $(patsubst %,--translate-only $(dir $<)%,$(patsubst %.8,%.$(subst /,,$(dir $<)).8,$(wildcard *.8))) \ + $(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))) \ |