[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/7] doc: drop obsolete @setcontentsaftertitlepage
From: |
Eric Blake |
Subject: |
[PATCH 3/7] doc: drop obsolete @setcontentsaftertitlepage |
Date: |
Tue, 3 Jan 2017 16:55:08 -0600 |
texinfo 6.1 complains (during 'make dvi'):
/home/eblake/m4-1.4/doc/./m4.texi:9: @setcontentsaftertitlepage has been remove
d as a Texinfo command; move your @contents command if you want the contents af
ter the title page..
It turns out that eliminating the command has no effect - modern
tools correctly emit the contents in-place, right after the title
page, so it was leftover cruft from an older time.
* doc/m4.texi: Satisfy newer texinfo.
Signed-off-by: Eric Blake <address@hidden>
(cherry picked from commit c7a3591347238aa34defded34609007b326a0984)
---
doc/m4.texi | 3 ---
1 file changed, 3 deletions(-)
diff --git a/doc/m4.texi b/doc/m4.texi
index 9c59177..5108e20 100644
--- a/doc/m4.texi
+++ b/doc/m4.texi
@@ -5,9 +5,6 @@
@include version.texi
@settitle GNU M4 @value{VERSION} macro processor
@setchapternewpage odd
address@hidden
address@hidden
address@hidden ifnothtml
@finalout
@set beta
--
2.9.3
- [PATCH 0/7] partial resync of branch-1.4 into master, Eric Blake, 2017/01/03
- [PATCH 3/7] doc: drop obsolete @setcontentsaftertitlepage,
Eric Blake <=
- [PATCH 2/7] maint: kill trailing spaces, Eric Blake, 2017/01/03
- [PATCH 4/7] maint: release no longer creates a diff file, Eric Blake, 2017/01/03
- [PATCH 6/7] maint: make silent builds the default, Eric Blake, 2017/01/03
- [PATCH 1/7] maint: bump copyright year, Eric Blake, 2017/01/03
- [PATCH 7/7] maint: summarize highlights of 1.4.18 release, Eric Blake, 2017/01/03
- [PATCH 5/7] maint: automake 1.11.5 and earlier generate insecure dist rules., Eric Blake, 2017/01/03