From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: Re: Trying to make texinfo patch Date: Mon, 5 Nov 2018 09:24:17 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJaBo-0005ms-EH for guix-devel@gnu.org; Mon, 05 Nov 2018 03:24:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJaBn-0006kd-9n for guix-devel@gnu.org; Mon, 05 Nov 2018 03:24:52 -0500 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Laura Lazzati Cc: Guix-devel , Ricardo Wurmus Hello Laura, Laura Lazzati ezt =C3=ADrta (id=C5=91pont: 201= 8. nov. 5., H, 2:35): > > Hi! > I am writing a new thread so that it does not end up messy. > Yesterday and today I've been reading and adding @cindex to guix.texi to= make a new patch. I know that you don't mind that much about the number of= contributions, but it was for myself mostly, to learn texinfo and to see h= ow it applies to documentation. > I just added a few @cindex at the very beginning of the guix.texi file, t= o see if it is OK. But had some trouble with makeinfo, I was getting this k= ind of errors: https://paste.debian.net/1050349/. > Regards! > Laura > Building the manual is a more sophisticated process, the first error you see is because the manual is not composed of only one file, and some files seem to be missing. I don't know if we currently have a top level Makefile target to build the manual only, but simply make-ing in the source tree rebuilds the manual. I believe that is the simplest way to test changes. Best regards, g_bor