[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Sun Dec 20 14:42:06 UTC 2009


 cfg.mk          |    3 +++
 doc/parted.texi |    9 ++-------
 2 files changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 0870e1d7bb412c41c7d772493c1b976374b87bb9
Author: Jim Meyering <meyering at redhat.com>
Date:   Sun Dec 20 15:06:13 2009 +0100

    maint: make build-aux/gnu-web-doc-update work
    
    * cfg.mk (manual_title): Define.
    * doc/parted.texi (Concept index): Rename from "Index".
    Remove @ifnotplaintext.. at end around its menu entry.

diff --git a/cfg.mk b/cfg.mk
index 92b8276..f205c48 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -24,6 +24,9 @@ gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
 url_dir_list = \
   ftp://$(gnu_rel_host)/gnu/parted
 
+# Used in maint.mk's web-manual rule
+manual_title = Parted User's Manual
+
 # The GnuPG ID of the key used to sign the tarballs.
 gpg_key_ID = B9AB9A16
 
diff --git a/doc/parted.texi b/doc/parted.texi
index 5704520..13f3265 100644
--- a/doc/parted.texi
+++ b/doc/parted.texi
@@ -83,9 +83,7 @@ edited by Leslie P. Polzer in 2006.
 * Related information::         Further reading on related topics
 * Copying This Manual::         How to make copies of this manual
 * History::                     This manual's history
- at ifnotplaintext
-* Index::                       Index of referenced concepts
- at end ifnotplaintext
+* Concept index::               Concept index
 @end menu
 
 @node    Introduction
@@ -1260,12 +1258,9 @@ by the Free Software Foundation; with no Invariant Sections, with no
 Front-Cover Texts, and with no Back-Cover Texts.  @xref{Copying
 This Manual}, for details.
 
- at c FIXME: why doesn't this @ifnotplaintext work?!
- at c @ifnotplaintext
- at node Index
+ at node Concept index
 @unnumbered Index
 @printindex cp
- at c @end ifnotplaintext
 
 @bye
 



More information about the Parted-commits mailing list