From: David Kalnischkies Date: Wed, 17 Jun 2015 17:34:45 +0000 (+0200) Subject: apt manpage is built from xml nowadays like the rest X-Git-Tag: 1.1.exp9~124 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/1b36b5fa1b8dbd76aec7ddd4ffe72f8515c29038 apt manpage is built from xml nowadays like the rest It used be a handwritten manpage, but that is gone and this artifact is the cause for the message: ../../buildlib/manpage.mak:23: target '../../build/docs/apt.de.8' given more than once in the same rule [ … repeated for all translations … ] So lets get right of it. Git-Dch: Ignore --- diff --git a/buildlib/po4a_manpage.mak b/buildlib/po4a_manpage.mak index 0f53a8600..2e98652a5 100644 --- a/buildlib/po4a_manpage.mak +++ b/buildlib/po4a_manpage.mak @@ -57,7 +57,6 @@ HAVE_PO4A=yes endif # take care of the rest -SOURCE := $(SOURCE) $(wildcard apt.$(LC).8) INCLUDES := ifndef HAVE_PO4A