texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6035] regenerate texindex.1 from (ultimately) ti.twjr


From: karl
Subject: [6035] regenerate texindex.1 from (ultimately) ti.twjr
Date: Sun, 11 Jan 2015 23:06:58 +0000

Revision: 6035
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6035
Author:   karl
Date:     2015-01-11 23:06:56 +0000 (Sun, 11 Jan 2015)
Log Message:
-----------
regenerate texindex.1 from (ultimately) ti.twjr

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/README-hacking
    trunk/man/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-01-11 10:23:23 UTC (rev 6034)
+++ trunk/ChangeLog     2015-01-11 23:06:56 UTC (rev 6035)
@@ -1,3 +1,8 @@
+2015-01-11  Karl Berry  <address@hidden>
+
+       * man/Makefile.am (texindex.1): source file is now texindex/ti.twjr.
+       * README: mention gawk >= 4.0 if modifying ti.twjr.     
+
 2015-01-11  Gavin Smith  <address@hidden>
 
        * doc/texinfo.texi (@url PDF Output Format, PDF Colors)

Modified: trunk/README-hacking
===================================================================
--- trunk/README-hacking        2015-01-11 10:23:23 UTC (rev 6034)
+++ trunk/README-hacking        2015-01-11 23:06:56 UTC (rev 6035)
@@ -16,7 +16,8 @@
 Gettext are listed in NEWS; usually the latest official releases.  If
 you are getting the sources from the development repository (or change
 configure.ac), you'll need to have these tools installed to (re)build.
-You'll also need help2man.  All of these programs are available from
+You'll also need help2man.  If you modify texindex/ti.twjr, you'll need
+gawk >= 4.0.  All of these programs are available from
 http://ftp.gnu.org/gnu.
 
 After getting the development sources, and installing the tools above,

Modified: trunk/man/Makefile.am
===================================================================
--- trunk/man/Makefile.am       2015-01-11 10:23:23 UTC (rev 6034)
+++ trunk/man/Makefile.am       2015-01-11 23:06:56 UTC (rev 6035)
@@ -2,7 +2,7 @@
 # Makefile.am for texinfo/man.
 #
 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-# 2012, 2013 Free Software Foundation, Inc.
+# 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -87,7 +87,7 @@
        sed '/^\.IP$$/N;/\nAlso/s/I//;/\nThe/s/I//' address@hidden >$@
        rm address@hidden
 
-texindex.1: $(top_srcdir)/util/texindex.c $(common_mandeps)
+texindex.1: $(top_srcdir)/texindex/ti.twjr $(common_mandeps)
        @name="sort Texinfo index files" && $(man_rule_bin)
 
 # 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]