From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjguh-0004cG-Ja for guix-patches@gnu.org; Wed, 16 Jan 2019 03:51:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gjgud-0007Un-TB for guix-patches@gnu.org; Wed, 16 Jan 2019 03:51:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gjguc-0007S5-S4 for guix-patches@gnu.org; Wed, 16 Jan 2019 03:51:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gjguc-0005Kw-Fx for guix-patches@gnu.org; Wed, 16 Jan 2019 03:51:02 -0500 Subject: [bug#33920] [PATCH] gnu: gauche: Update to 0.9.7 - removed html doc. Resent-Message-ID: References: <875zvbjvxv.fsf@gmail.com> <8709180406da2b2eabffd1b4397a2bf3@riseup.net> <87muof8pyk.fsf@gmail.com> <87sgy14yg2.fsf@gnu.org> <87o98m8961.fsf@gmail.com> <87k1j847h0.fsf@gnu.org> <87ef9ee3xd.fsf@gmail.com> <87tvi9ygdr.fsf@gnu.org> From: Gabriel Hondet In-reply-to: <87tvi9ygdr.fsf@gnu.org> Date: Wed, 16 Jan 2019 09:49:50 +0100 Message-ID: <87tvi9ugup.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33920-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Tue 15 Jan 2019 at 18:34 Ludovic Court=C3=A8s wrote: > Regarding documentation: > >> + (add-after 'build 'build-doc >> + (lambda* (#:key outputs #:allow-other-keys) >> + (let* ((out (assoc-ref outputs "out"))) >> + (with-directory-excursion "doc" >> + (for-each >> + (lambda (target) >> + (invoke "make" target)) >> + '("info" "html" "htmls")))) > > I left it as is but normally we provide only Info (for packages that > come with Texinfo manuals.) Would you be OK removing the HTML bits? Here you are, * gnu/packages/scheme.scm (gauche): Update to 0.9.7 - removed html doc. =2D-- gnu/packages/scheme.scm | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 48b52c7da..9cc190b51 100644 =2D-- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -1213,13 +1213,9 @@ The core is 12 builtin special forms and 33 builtin = functions.") (("/bin/sh") (which "sh"))) #t)) (add-after 'build 'build-doc =2D (lambda* (#:key outputs #:allow-other-keys) =2D (let* ((out (assoc-ref outputs "out"))) =2D (with-directory-excursion "doc" =2D (for-each =2D (lambda (target) =2D (invoke "make" target)) =2D '("info" "html" "htmls")))) + (lambda* _ + (with-directory-excursion "doc" + (invoke "make" "info")) #t)) (add-before 'check 'patch-normalize-test ;; neutralize sys-normalize-pathname test as it relies on @@ -1235,10 +1231,9 @@ The core is 12 builtin special forms and 33 builtin = functions.") (("binary net termios") "binary termios")) #t)) (add-after 'install 'install-docs =2D (lambda* (#:key outputs #:allow-other-keys) =2D (let* ((out (assoc-ref outputs "out"))) =2D (with-directory-excursion "doc" =2D (invoke "make" "install"))) + (lambda* _ + (with-directory-excursion "doc" + (invoke "make" "install")) #t))))) (synopsis "Scheme scripting engine") (description "Gauche is a R7RS Scheme scripting engine aiming at being= a =2D-=20 2.20.1 Gabriel --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE5ercJXBcjd3P1FcAMbyBBfZZ1CUFAlw+8C4ACgkQMbyBBfZZ 1CXM6g//Zb7AW776EiGkjQhjFQkXXGsZFajn/6u65PUM5I55ySfixGj4Ee7N41uQ xdh12iFwu8voZKZkrGLA7PE1d6Hdkj60S+2CF+8aZGsFMXCE8iVLKdRz20gcDemt Kb/oFv7jhYxjyMOUfXw1yp3qBYvgggdpXehQZh4TqYn5gfs9we/GKiDOXDaUbh3Y m6/Ucr9yGNjC2pj4IQCs/kxaVKB96lLbCkMuAdAxw8V39BQgRzY5ONPrta2EEb5e t5LacANASJdBscWMBS4H++lKWyHzXgX70WYIwNG/J4jmJez+1//93cjkJUlh7qHF y3FR+Cn7B06uesO9kkpe18zfAmqSt0FaR+h5GK1q4gHijwHAfnFHsE6q+69NLykJ r1pZks1B7fLtyuMLG3CqnyvhK/AjiCCHcuXFUA5ky7LPoaMWtR2D76TXi6sbSF5l lJRtI1iwH+yo3KTB4rTDOI4ynbfcKkHCPQWVUGY/hOAg7LLEleLDylXVELuEPUoG 24glzbPKl6UYg5FZDEgzwJCd4XqQ5QcezR4WN4ej0FAUkpu4l9OJRWGWTXl42PdX W1W6Wu27Rx/25MDHGWJXyN87PipCq91Mj98pjhGOoDHQ4oq2zKfheZ4QdrJEiDi1 /l/fe6lvSKK6BXPpYScFIVEgoooJoyN5xdGgUZaxc/ScuNBDD/o= =Jqcn -----END PGP SIGNATURE----- --=-=-=--