From patchwork Fri Dec 19 15:11:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 2122 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id AC990806D; Fri, 19 Dec 2014 16:12:39 +0100 (CET) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 2DF5F803F for ; Fri, 19 Dec 2014 16:12:30 +0100 (CET) Received: by mail-wi0-f182.google.com with SMTP id h11so2085988wiw.9 for ; Fri, 19 Dec 2014 07:12:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=OpoObXvz4Hw4CNXuozyNvXLD17HGXyxlZEVoKIEjxlM=; b=crHNcMGumbv4siG91CLN3ZQC1fFfC7ZBH26b56HhbPCOIh/Hb2j9nXR8LJzjHRnGTD Tmem21Ll029IAY9LBS1AX5dZB/TVwDK1KwBTqSd8GDZ6bg6eEpFevzZzdSfp7faQfBJ/ A1RdQWRTimCohKV9ukTghKHn+My2BZyZRa6H1+v/WQGufd3XqX8i0mLc+EyFNkQomMew RJSwLNBDpzKtQlu2M0cbZe3Ay4Cpnuf9842itMoCiGKLXurhhIrtZw6iLeCnhbvf5PTe 8Cwz2wZEo4kcNajpWcHbV7Vr2s4/vrG+qXmeGEH7g6AHWfY6MfrlQKOuQvCQrifEVZtp PPWw== X-Gm-Message-State: ALoCoQkFBu8JzkWJVYH7wO6KrKJ+XoxhdBccO0wUBXuymruwIpMaKF79VvniwKGTet90Vxx9pBn6 X-Received: by 10.180.91.109 with SMTP id cd13mr6680279wib.46.1419001949933; Fri, 19 Dec 2014 07:12:29 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ej10sm2689013wib.2.2014.12.19.07.12.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Dec 2014 07:12:29 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 19 Dec 2014 16:11:55 +0100 Message-Id: <1419001916-4116-3-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1419001916-4116-1-git-send-email-thomas.monjalon@6wind.com> References: <1419001916-4116-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [PATCH 2/3] pkg: support sphinx documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Guides have been added in release 1.8.0. They use sphinx to process rst files. Signed-off-by: Thomas Monjalon --- pkg/dpdk-core.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/dpdk-core.spec b/pkg/dpdk-core.spec index 0366995..6b98a66 100644 --- a/pkg/dpdk-core.spec +++ b/pkg/dpdk-core.spec @@ -44,7 +44,7 @@ ExclusiveArch: i686, x86_64 %global target %{_arch}-native-linuxapp-gcc %global machine default -BuildRequires: kernel-devel, kernel-headers, libpcap-devel, xen-devel, doxygen +BuildRequires: kernel-devel, kernel-headers, libpcap-devel, xen-devel, doxygen, python-sphinx %description Intel(r) DPDK core includes kernel modules, core libraries and tools. @@ -64,7 +64,8 @@ for fast packet processing on x86 platforms. Summary: Intel(r) Data Plane Development Kit API documentation BuildArch: noarch %description doc -Intel(r) DPDK doc explains the API details in doxygen HTML format. +Intel(r) DPDK doc is divided in two parts: API details in doxygen HTML format +and guides in sphinx HTML format. %global destdir %{buildroot}%{_prefix} %global moddir /lib/modules/%(uname -r)/extra