From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25011 invoked by alias); 25 Aug 2011 12:14:56 -0000 Received: (qmail 24983 invoked by uid 22791); 25 Aug 2011 12:14:54 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx.mandriva.com (HELO mx1.mandriva.com) (212.85.150.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Aug 2011 12:14:39 +0000 Received: from portable-alex.inria.fr (wifi-eduroam-161083.inria.fr [128.93.161.83]) by mx1.mandriva.com (Postfix) with ESMTP id 8A1BB274007; Thu, 25 Aug 2011 14:14:38 +0200 (CEST) From: Alexandre Lissy To: gcc-patches@gcc.gnu.org Cc: gcc-melt@googlegroups.com, basile@starynkevitch.net, Alexandre Lissy Subject: [PATCH] [MELT] Fix nodes in MELT plugin API texi Date: Thu, 25 Aug 2011 13:21:00 -0000 Message-Id: <1314274472-15043-2-git-send-email-alissy@mandriva.com> In-Reply-To: <1314274472-15043-1-git-send-email-alissy@mandriva.com> References: <1314274472-15043-1-git-send-email-alissy@mandriva.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.7.6" X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-08/txt/msg02052.txt.bz2 This is a multi-part message in MIME format. --------------1.7.6 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit Content-length: 231 Several nodes were not present in the menu, fixing. Thanks to Patrice Dumas . --- contrib/meltpluginapi.texi | 3 +++ gcc/ChangeLog.MELT | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) --------------1.7.6 Content-Type: text/x-patch; name="0001-MELT-Fix-nodes-in-MELT-plugin-API-texi.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0001-MELT-Fix-nodes-in-MELT-plugin-API-texi.patch" Content-length: 959 diff --git a/contrib/meltpluginapi.texi b/contrib/meltpluginapi.texi index b2d843f..b71ec38 100644 --- a/contrib/meltpluginapi.texi +++ b/contrib/meltpluginapi.texi @@ -84,6 +84,9 @@ Additional tutorial information for GCC is linked to from @menu * MELT Programming Reference:: the MELT API. +* GNU Project:: +* Copying:: the GPLv3 license. +* MELT API Index:: @end menu @c the meltgendoc.texi is generated from various *.melt source files diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT index c801737..ceb0d04 100644 --- a/gcc/ChangeLog.MELT +++ b/gcc/ChangeLog.MELT @@ -1,4 +1,8 @@ 2011-08-25 Alexandre Lissy + * contrib/meltpluginapi.texi: Fix nodes (thanks to Patrice Dumas + + +2011-08-25 Alexandre Lissy * gcc/melt-build.tpl: Allow build to "fail" ; meltgentdoc.texi target might return 1 while the generation was successful --------------1.7.6--