diff options
author | Michael Vogt <mvo@debian.org> | 2013-11-25 08:16:37 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-11-25 08:16:37 +0100 |
commit | 81d183681aea972fddd453d62109f8ccda3f447a (patch) | |
tree | b8d1f1a9cf2c7ebbfca270985dd62a80e5035efe /doc/makefile | |
parent | 61f954bff040809e7ab57b3adec2fe95339ffb94 (diff) |
start adding apt.8.xml
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 274fbc278..fdbf53e9f 100644 --- a/doc/makefile +++ b/doc/makefile @@ -59,9 +59,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))) \ |