unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51868] [PATCH] doc: Improve wording for param spec of `./configure`.
@ 2021-11-15 13:10 Rostislav Svoboda
  2021-11-17 16:11 ` bug#51868: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Rostislav Svoboda @ 2021-11-15 13:10 UTC (permalink / raw)
  To: 51868; +Cc: Rostislav Svoboda

* doc/contributing.texi (Running Guix Before It Is Installed): Writing "Do
<this>. But it won't work unless ..." is a bad practice.
---
 doc/contributing.texi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index db0f836157..aa6bfc2e65 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -120,12 +120,12 @@ Building from Git
 @xref{Macro Search Path,,, automake, The GNU Automake Manual}, for
 more information.
 
-Then, run @command{./configure} as usual.  Make sure to pass
-@code{--localstatedir=@var{directory}} where @var{directory} is the
-@code{localstatedir} value used by your current installation (@pxref{The
-Store}, for information about this), usually @file{/var}.  Note that you
-will probably not run @command{make install} at the end (you don't have
-to) but it's still important to pass the right @code{localstatedir}.
+Then, run @command{./configure --localstatedir=@var{directory}}, where
+@var{directory} is the @code{localstatedir} value used by your current
+installation (@pxref{The Store}, for information about this), usually
+@file{/var}.  Note that you will probably not run @command{make install}
+at the end (you don't have to) but it's still important to pass the
+right @code{localstatedir}.
 
 Finally, you have to invoke @code{make && make check} to build Guix and
 run the tests (@pxref{Running the Test Suite}).  If anything fails, take
-- 
2.33.1





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

* bug#51868: [PATCH] doc: Improve wording for param spec of `./configure`.
  2021-11-15 13:10 [bug#51868] [PATCH] doc: Improve wording for param spec of `./configure` Rostislav Svoboda
@ 2021-11-17 16:11 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-11-17 16:11 UTC (permalink / raw)
  To: Rostislav Svoboda; +Cc: 51868-done

Hi,

Rostislav Svoboda <rostislav.svoboda@gmail.com> skribis:

> * doc/contributing.texi (Running Guix Before It Is Installed): Writing "Do
> <this>. But it won't work unless ..." is a bad practice.

Good idea.  Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2021-11-17 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 13:10 [bug#51868] [PATCH] doc: Improve wording for param spec of `./configure` Rostislav Svoboda
2021-11-17 16:11 ` bug#51868: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).