From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Program to build the on-line manuals (HTML + PDF) Date: Sun, 07 Jul 2019 17:37:40 +0200 Message-ID: <87r2717t4r.fsf@gnu.org> References: <87ftp9v2st.fsf@gnu.org> <877eakiyiy.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60777) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hk9EY-0003Qf-7r for guix-devel@gnu.org; Sun, 07 Jul 2019 11:37:46 -0400 In-Reply-To: <877eakiyiy.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 20 May 2019 23:52:53 +0200") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Hello! I=E2=80=99ve committed an improved version of doc/build.scm as ccadafdcefee012c261513e9d8663a22704bc496. It expects to be used from a Git checkout like so: guix build -f doc/build.scm Hopefully it addresses the issues you had before, Ricardo. There are a few FIXMEs in there (one is about TeX, as we discussed on IRC last Friday) but it does the job. It=E2=80=99ll be helpful for the web= site migration to guix.gnu.org. Feedback welcome! Ludo=E2=80=99.