diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-04-01 14:24:17 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-04-01 14:24:17 +0200 |
commit | 88193353ada633b70bd63be0ebf6827d579b8eeb (patch) | |
tree | 13f1c4f449437e6c2ba088a2f6c7dee4878aa692 /doc/makefile | |
parent | 9a591666c982d101a986b520b131fb4e0950a875 (diff) |
remove no longer needed apt.7 page
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))) \ |