From d2e75021ae233d47f6baa93aa9a889524d284ef3 Mon Sep 17 00:00:00 2001 From: Filip Zyzniewski Date: Mon, 7 Feb 2011 01:02:18 +0000 Subject: apt: remove references to not-built man pages. Manual pages are not being built because doxygen is currently not supported by openembedded. Signed-off-by: Filip Zyzniewski Signed-off-by: Tom Rini --- recipes/apt/apt-package.inc | 15 +++------------ recipes/apt/apt_0.7.20.2.bb | 1 - 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'recipes/apt') diff --git a/recipes/apt/apt-package.inc b/recipes/apt/apt-package.inc index 350bebd7f6..b1a729feb9 100644 --- a/recipes/apt/apt-package.inc +++ b/recipes/apt/apt-package.inc @@ -1,10 +1,4 @@ -apt-manpages="doc/apt-cache.8 \ - doc/apt-cdrom.8 \ - doc/apt-config.8 \ - doc/apt-get.8 \ - doc/apt.8 \ - doc/apt.conf.5 \ - doc/apt_preferences.5 \ +apt-manpages="doc/apt.8 \ doc/fr/apt-cache.fr.8 \ doc/fr/apt-cdrom.fr.8 \ doc/fr/apt-config.fr.8 \ @@ -24,11 +18,8 @@ apt-manpages="doc/apt-cache.8 \ doc/ja/apt-cache.ja.8 \ doc/ja/apt-cdrom.ja.8 \ doc/ja/apt-get.ja.8 \ - doc/ja/apt.conf.ja.5 \ - doc/sources.list.5" -apt-utils-manpages="doc/apt-extracttemplates.1 \ - doc/apt-sortpkgs.1 \ - doc/fr/apt-extracttemplates.fr.1 \ + doc/ja/apt.conf.ja.5" +apt-utils-manpages="doc/fr/apt-extracttemplates.fr.1 \ doc/fr/apt-sortpkgs.fr.1" # doc/fr/apt-ftparchive.fr.1 # doc/apt-ftparchive.1 diff --git a/recipes/apt/apt_0.7.20.2.bb b/recipes/apt/apt_0.7.20.2.bb index e3d4cd7acf..5c932a5b31 100644 --- a/recipes/apt/apt_0.7.20.2.bb +++ b/recipes/apt/apt_0.7.20.2.bb @@ -12,7 +12,6 @@ PR = "r3" require apt-package.inc FILES_${PN} += "${bindir}/apt-key" -apt-manpages += "doc/apt-key.8" do_stage() { install -d ${STAGING_LIBDIR} ${STAGING_INCDIR}/apt-pkg -- cgit 1.2.3-korg