unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Add dependency on texinfo in README
@ 2018-10-24 18:59 Mikael Djurfeldt
  2018-10-25  3:41 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Mikael Djurfeldt @ 2018-10-24 18:59 UTC (permalink / raw)
  To: guile-devel


[-- Attachment #1.1: Type: text/plain, Size: 120 bytes --]

Does this make sense (see attached patch)?

Forgetting to install the texinfo packages has bitten myself several times.

[-- Attachment #1.2: Type: text/html, Size: 191 bytes --]

[-- Attachment #2: 0001-Add-texinfo-dependency-to-README.patch --]
[-- Type: text/x-patch, Size: 818 bytes --]

From 732fe1af508aeb65588981839dfc01172ec79f0e Mon Sep 17 00:00:00 2001
From: Mikael Djurfeldt <mikael@djurfeldt.com>
Date: Wed, 24 Oct 2018 20:56:16 +0200
Subject: [PATCH] Add texinfo dependency to README

* README: Add texinfo dependency.
---
 README | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README b/README
index 575ea5c3b..83569dde2 100644
--- a/README
+++ b/README
@@ -116,6 +116,12 @@ Guile requires the following external packages:
 
     - LIBFFI_LIBS=<linker flags for picking up the libffi library>
 
+  - texinfo
+
+    Guile uses `makeinfo' to create info documentation in the directory
+    and `install-info' (which is provided by a separate package in some
+    distributions) to install it.
+
 
 Special Instructions For Some Systems =====================================
 
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Add dependency on texinfo in README
  2018-10-24 18:59 Add dependency on texinfo in README Mikael Djurfeldt
@ 2018-10-25  3:41 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2018-10-25  3:41 UTC (permalink / raw)
  To: Mikael Djurfeldt; +Cc: guile-devel

Mikael Djurfeldt <mikael@djurfeldt.com> writes:

> Does this make sense (see attached patch)?
>
> Forgetting to install the texinfo packages has bitten myself several times.

Sure, looks good to me.

    Thanks!
      Mark


> From 732fe1af508aeb65588981839dfc01172ec79f0e Mon Sep 17 00:00:00 2001
> From: Mikael Djurfeldt <mikael@djurfeldt.com>
> Date: Wed, 24 Oct 2018 20:56:16 +0200
> Subject: [PATCH] Add texinfo dependency to README
>
> * README: Add texinfo dependency.
> ---
>  README | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/README b/README
> index 575ea5c3b..83569dde2 100644
> --- a/README
> +++ b/README
> @@ -116,6 +116,12 @@ Guile requires the following external packages:
>  
>      - LIBFFI_LIBS=<linker flags for picking up the libffi library>
>  
> +  - texinfo
> +
> +    Guile uses `makeinfo' to create info documentation in the directory
> +    and `install-info' (which is provided by a separate package in some
> +    distributions) to install it.
> +
>  
>  Special Instructions For Some Systems =====================================



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-25  3:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-24 18:59 Add dependency on texinfo in README Mikael Djurfeldt
2018-10-25  3:41 ` Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).