From patchwork Fri Nov 11 13:47:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 60409 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 62A90385800A for ; Fri, 11 Nov 2022 13:47:21 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 0DD083858D20 for ; Fri, 11 Nov 2022 13:47:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0DD083858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id F25B0219E9; Fri, 11 Nov 2022 13:47:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1668174421; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=z+immMCdTNjvctTKlWQxgbs3vEIeOlKdAL+8LOBJ/CQ=; b=OiaTDDS27yQ0QzV+Ekyz71jREqLbhEfcfhxCZz6ZdMI75K78tM4U9diTOR9QUGhgMyYkRI XS2g5xUhCGLwo6WpQmyBHFnERhFiKJQ9i2Ho5A2ePKaf1uqb8vB/LtlkAtELu3k7MBE9HQ Ra1DweCI13hifL8CYpnjn+SsOzywbZ8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1668174421; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=z+immMCdTNjvctTKlWQxgbs3vEIeOlKdAL+8LOBJ/CQ=; b=gUAz4+oiov4vgb08NCwz9GusotzYbmuL7iAIV+c33nC2gYZ7nGBcTD7yhRSgk1b9NWoNRN D6kpjFB4OWm5KzBw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id DC94C13273; Fri, 11 Nov 2022 13:47:01 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id JGreNFVSbmMadwAAMHmgww (envelope-from ); Fri, 11 Nov 2022 13:47:01 +0000 Message-ID: <26247edc-2f04-844e-f8ca-87892632377b@suse.cz> Date: Fri, 11 Nov 2022 14:47:01 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH] doc: Ada: include Indices and Tables in manuals To: gcc-patches@gcc.gnu.org Content-Language: en-US Cc: Arnaud Charlet , Pierre-Marie de Rodat X-Spam-Status: No, score=-11.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_SOFTFAIL, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Similarly to other manuals, we should include the page in HTML builder. What Ada folks think about it? Thanks, Martin gcc/ada/ChangeLog: * doc/gnat-style/index.rst: Add Indicies and Tables. * doc/gnat_rm/index.rst: Likewise. * doc/gnat_ugn/index.rst: Likewise. * doc/gnat-style/indices-and-tables.rst: New file. * doc/gnat_rm/indices-and-tables.rst: New file. * doc/gnat_ugn/indices-and-tables.rst: New file. --- gcc/ada/doc/gnat-style/index.rst | 1 + gcc/ada/doc/gnat-style/indices-and-tables.rst | 1 + gcc/ada/doc/gnat_rm/index.rst | 1 + gcc/ada/doc/gnat_rm/indices-and-tables.rst | 1 + gcc/ada/doc/gnat_ugn/index.rst | 2 +- gcc/ada/doc/gnat_ugn/indices-and-tables.rst | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 gcc/ada/doc/gnat-style/indices-and-tables.rst create mode 100644 gcc/ada/doc/gnat_rm/indices-and-tables.rst create mode 100644 gcc/ada/doc/gnat_ugn/indices-and-tables.rst diff --git a/gcc/ada/doc/gnat-style/index.rst b/gcc/ada/doc/gnat-style/index.rst index b9428749f1f..998be2b25c8 100644 --- a/gcc/ada/doc/gnat-style/index.rst +++ b/gcc/ada/doc/gnat-style/index.rst @@ -689,3 +689,4 @@ Program Structure and Compilation Issues .. toctree:: gnu_free_documentation_license + indices-and-tables \ No newline at end of file diff --git a/gcc/ada/doc/gnat-style/indices-and-tables.rst b/gcc/ada/doc/gnat-style/indices-and-tables.rst new file mode 100644 index 00000000000..8d84ef9d4ec --- /dev/null +++ b/gcc/ada/doc/gnat-style/indices-and-tables.rst @@ -0,0 +1 @@ +.. include:: ../../../../doc/indices-and-tables.rst diff --git a/gcc/ada/doc/gnat_rm/index.rst b/gcc/ada/doc/gnat_rm/index.rst index 372c2100e51..5930498c5f3 100644 --- a/gcc/ada/doc/gnat_rm/index.rst +++ b/gcc/ada/doc/gnat_rm/index.rst @@ -68,3 +68,4 @@ GNAT Reference Manual :maxdepth: 3 gnu_free_documentation_license + indices-and-tables diff --git a/gcc/ada/doc/gnat_rm/indices-and-tables.rst b/gcc/ada/doc/gnat_rm/indices-and-tables.rst new file mode 100644 index 00000000000..8d84ef9d4ec --- /dev/null +++ b/gcc/ada/doc/gnat_rm/indices-and-tables.rst @@ -0,0 +1 @@ +.. include:: ../../../../doc/indices-and-tables.rst diff --git a/gcc/ada/doc/gnat_ugn/index.rst b/gcc/ada/doc/gnat_ugn/index.rst index d3d1dac3569..11c5973bc36 100644 --- a/gcc/ada/doc/gnat_ugn/index.rst +++ b/gcc/ada/doc/gnat_ugn/index.rst @@ -59,5 +59,5 @@ GNAT User's Guide for Native Platforms C. Elaboration Order Handling in GNAT D. Inline Assembler E. GNU Free Documentation License - + F. Indices and Tables diff --git a/gcc/ada/doc/gnat_ugn/indices-and-tables.rst b/gcc/ada/doc/gnat_ugn/indices-and-tables.rst new file mode 100644 index 00000000000..8d84ef9d4ec --- /dev/null +++ b/gcc/ada/doc/gnat_ugn/indices-and-tables.rst @@ -0,0 +1 @@ +.. include:: ../../../../doc/indices-and-tables.rst