bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* some doc restructuring
@ 2020-06-01 22:35 Bruno Haible
  0 siblings, 0 replies; only message in thread
From: Bruno Haible @ 2020-06-01 22:35 UTC (permalink / raw)
  To: bug-gnulib

[-- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-01 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 22:35 some doc restructuring Bruno Haible

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