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: Thu, 11 Jul 2019 17:46:40 +0200 Message-ID: <87ef2wtvz3.fsf@gnu.org> References: <87ftp9v2st.fsf@gnu.org> <877eakiyiy.fsf@elephly.net> <87r2717t4r.fsf@gnu.org> <87k1csjmyb.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]:58182) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlbHP-0008Lk-C6 for guix-devel@gnu.org; Thu, 11 Jul 2019 11:46:44 -0400 In-Reply-To: <87k1csjmyb.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 08 Jul 2019 22:22:36 +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! Ricardo Wurmus skribis: >> 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. > > It does! It=E2=80=99s really great. I just updated guix.gnu.org with th= is > command: > > GUIX_WEB_SITE_URL=3D"//guix.gnu.org/" ./pre-inst-env guix build -f do= c/build.scm > > And then > > rsync -rzvha --copy-links /gnu/store/=E2=80=A6-guix-manual/ =E2=80=A6/= manual/ Neat! >> There are a few FIXMEs in there (one is about TeX, as we discussed on >> IRC last Friday) but it does the job. > > I see why you needed help with the modular TeX now=E2=80=A6 I started the > wip-texlive branch to overhaul our TeX packages, but as it requires > changes to svn-fetch and some core texlive-* packages it will need to be > merged into core-updates at some point. That sounds good, I=E2=80=99m really happy there=E2=80=99s a way forward. What=E2=80=99s currently the most difficult for me is to find out which pac= kages I should add to the union to do the task at hand, but once I=E2=80=99ve fou= nd out, it=E2=80=99s really nice. :-) Thank you, Ludo=E2=80=99.