From patchwork Sun Nov 11 13:14:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 198262 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id D47532C0089 for ; Mon, 12 Nov 2012 00:15:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 54A6926140; Sun, 11 Nov 2012 13:15:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VNtubXt8HdMq; Sun, 11 Nov 2012 13:15:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 41E2230D59; Sun, 11 Nov 2012 13:15:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C9D798F753 for ; Sun, 11 Nov 2012 13:15:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7F6A98C2D7 for ; Sun, 11 Nov 2012 13:15:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tTORaOsM1fhz for ; Sun, 11 Nov 2012 13:15:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id 917D98C2A6 for ; Sun, 11 Nov 2012 13:15:25 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id dr1so2897126wgb.10 for ; Sun, 11 Nov 2012 05:15:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=sDNKjTuKO3k107E9M2fEjn6KOPmmDccHhy4hog/3Axs=; b=A2ANTbkDeslK2gRxw8LnfOZyhWG+tMLDVoCNncpBki7Whk+rUdikYOSTM1HZR5Ljqw jAUw3HaHBmIG+uRQPtj0fUwVDPNOt476FrUE5iDiGnpV4d5ZGDbLXZu1E21/13BB9mAr MlPSJkuhsvAAL6mQUbyzXON+CvYdofm+rEPbzeHnC4rbrRT2/AB+SJJ9Rulv2fNZ+Ktf lhMHLI5L7FhwPjhtf2vkFZNKx8C+rhYqoSjPwOe11LxGenLc4tZQsZ4NA7dLo3qSt7ya 9TO7HDE0moRi6VHo530oWr5iIfhXukP9n48cySvfJRGyae5HSUtNg+4Vl0DWIHbGaVfk wcOA== Received: by 10.180.19.197 with SMTP id h5mr10747053wie.22.1352639723941; Sun, 11 Nov 2012 05:15:23 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id hv4sm10262550wib.0.2012.11.11.05.15.22 (version=SSLv3 cipher=OTHER); Sun, 11 Nov 2012 05:15:23 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 11 Nov 2012 14:14:41 +0100 Message-Id: <1352639701-27829-4-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1352639701-27829-1-git-send-email-s.martin49@gmail.com> References: <1352639701-27829-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 03/23] manual: set toc depth to 4 for html outputs X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Samuel Martin diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk index 83d2fcb..0043ebf 100644 --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -33,8 +33,8 @@ endef # The variable _SOURCES defines the dependencies. ################################################################################ define GENDOC -$(call GENDOC_INNER,$(1),xhtml,html,html,HTML) -$(call GENDOC_INNER,$(1),chunked,split-html,chunked,Split HTML) +$(call GENDOC_INNER,$(1),xhtml,html,html,HTML,--xsltproc-opts "--stringparam toc.section.depth 4") +$(call GENDOC_INNER,$(1),chunked,split-html,chunked,Split HTML,--xsltproc-opts "--stringparam toc.section.depth 4") $(call GENDOC_INNER,$(1),pdf,pdf,pdf,PDF,--dblatex-opts "-P latex.output.revhistory=0") $(call GENDOC_INNER,$(1),text,txt,text,Text) $(call GENDOC_INNER,$(1),epub,epub,epub,EPUB)