bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: bug-gnulib@gnu.org
Subject: some doc restructuring
Date: Tue, 02 Jun 2020 00:35:53 +0200	[thread overview]
Message-ID: <27916736.Ltx2elO3ao@omega> (raw)

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

I did some small doc restructuring: moving two sections to chapters where
IMO they fit better. (That's always debatable, though.)


2020-06-01  Bruno Haible  <bruno@clisp.org>

	doc: Move 'Running self-tests under valgrind' section.
	* doc/gnulib.texi (Build Infrastructure Modules): Include
	valgrind-tests.texi here...
	(Miscellaneous Notes): ... not here.

2020-06-01  Bruno Haible  <bruno@clisp.org>

	doc: Move 'Visual Studio Compatibility' section.
	* doc/gnulib.texi (Native Windows Support): Include ld-output-def.texi
	here...
	(Build Infrastructure Modules): ... not here.


[-- Attachment #2: 0001-doc-Move-Visual-Studio-Compatibility-section.patch --]
[-- Type: text/x-patch, Size: 1932 bytes --]

From b9078ff554ec5f2c95fd0fe3baa52af2f5936bb8 Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Mon, 1 Jun 2020 20:41:20 +0200
Subject: [PATCH 1/2] doc: Move 'Visual Studio Compatibility' section.

* doc/gnulib.texi (Native Windows Support): Include ld-output-def.texi
here...
(Build Infrastructure Modules): ... not here.
---
 ChangeLog       | 7 +++++++
 doc/gnulib.texi | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 04bbcd7..c748782 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-06-01  Bruno Haible  <bruno@clisp.org>
+
+	doc: Move 'Visual Studio Compatibility' section.
+	* doc/gnulib.texi (Native Windows Support): Include ld-output-def.texi
+	here...
+	(Build Infrastructure Modules): ... not here.
+
 2020-06-01  Paul Eggert  <eggert@cs.ucla.edu>
 
 	doc: improve randomness discussion
diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index fd9d9b0..ae08a92 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -6632,6 +6632,7 @@ to POSIX that it can be treated like any other Unix-like platform.
 * Avoiding the year 2038 problem::
 * Windows sockets::
 * Native Windows Support without MSVC Support::
+* Visual Studio Compatibility::
 @end menu
 
 @include windows-libtool.texi
@@ -6648,6 +6649,8 @@ to POSIX that it can be treated like any other Unix-like platform.
 
 @include windows-without-msvc.texi
 
+@include ld-output-def.texi
+
 
 @node Particular Modules
 @chapter Particular Modules
@@ -6765,7 +6768,6 @@ for use with GNU Automake (in particular).
 * Searching for Libraries::
 * Exported Symbols of Shared Libraries::
 * LD Version Scripts::
-* Visual Studio Compatibility::
 * configmake::
 * warnings::
 * manywarnings::
@@ -6778,8 +6780,6 @@ for use with GNU Automake (in particular).
 
 @include ld-version-script.texi
 
-@include ld-output-def.texi
-
 @include configmake.texi
 
 @include warnings.texi
-- 
2.7.4


[-- Attachment #3: 0002-doc-Move-Running-self-tests-under-valgrind-section.patch --]
[-- Type: text/x-patch, Size: 1933 bytes --]

From e281759a27e0b03e5c8598b067edb812f7f7fded Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Mon, 1 Jun 2020 20:45:20 +0200
Subject: [PATCH 2/2] doc: Move 'Running self-tests under valgrind' section.

* doc/gnulib.texi (Build Infrastructure Modules): Include
valgrind-tests.texi here...
(Miscellaneous Notes): ... not here.
---
 ChangeLog       | 7 +++++++
 doc/gnulib.texi | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c748782..94baf96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2020-06-01  Bruno Haible  <bruno@clisp.org>
 
+	doc: Move 'Running self-tests under valgrind' section.
+	* doc/gnulib.texi (Build Infrastructure Modules): Include
+	valgrind-tests.texi here...
+	(Miscellaneous Notes): ... not here.
+
+2020-06-01  Bruno Haible  <bruno@clisp.org>
+
 	doc: Move 'Visual Studio Compatibility' section.
 	* doc/gnulib.texi (Native Windows Support): Include ld-output-def.texi
 	here...
diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index ae08a92..68a81dc 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -740,7 +740,6 @@ better to share them.
 * Extra tests modules::
 * Modules that modify the way other modules work::
 * A C++ namespace for gnulib::      A different way of using Gnulib in C++
-* Running self-tests under valgrind::
 * License Texinfo sources::
 * Building gnulib::
 @end menu
@@ -755,8 +754,6 @@ better to share them.
 
 @include namespace.texi
 
-@include valgrind-tests.texi
-
 @include licenses-texi.texi
 
 @include build-automation.texi
@@ -6771,6 +6768,7 @@ for use with GNU Automake (in particular).
 * configmake::
 * warnings::
 * manywarnings::
+* Running self-tests under valgrind::
 * VCS To ChangeLog::
 @end menu
 
@@ -6786,6 +6784,8 @@ for use with GNU Automake (in particular).
 
 @include manywarnings.texi
 
+@include valgrind-tests.texi
+
 @include vcs-to-changelog.texi
 
 
-- 
2.7.4


                 reply	other threads:[~2020-06-01 22:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=27916736.Ltx2elO3ao@omega \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).