texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog man/Makefile.am


From: Karl Berry
Subject: texinfo ChangeLog man/Makefile.am
Date: Sat, 22 Oct 2011 23:16:55 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/10/22 23:16:55

Modified files:
        .              : ChangeLog 
        man            : Makefile.am 

Log message:
        no ginfokey

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1272&r2=1.1273
http://cvs.savannah.gnu.org/viewcvs/texinfo/man/Makefile.am?cvsroot=texinfo&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1272
retrieving revision 1.1273
diff -u -b -r1.1272 -r1.1273
--- ChangeLog   22 Oct 2011 17:50:32 -0000      1.1272
+++ ChangeLog   22 Oct 2011 23:16:55 -0000      1.1273
@@ -1,3 +1,7 @@
+2011-10-22  Karl Berry  <address@hidden>
+
+       * man/Makefile.am (man_rule_0): only ginfo, not ginfokey.
+
 2011-10-22  Patrice Dumas  <address@hidden>
 
        * doc/texinfo.txi: add some required punctuation commands.

Index: man/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/man/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- man/Makefile.am     21 Oct 2011 18:42:35 -0000      1.1
+++ man/Makefile.am     22 Oct 2011 23:16:55 -0000      1.2
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.1 2011/10/21 18:42:35 karl Exp $
+# $Id: Makefile.am,v 1.2 2011/10/22 23:16:55 karl Exp $
 # Makefile.am for texinfo/man.
 #
 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
@@ -38,7 +38,7 @@
   program=`expr '/$@' : '.*/\(.*\)\.1'` \
   && case $$program in \
          makeinfo) dir=tp; PERL5LIB=$(mi_perl5lib); export PERL5LIB;; \
-            info*) dir=info; program=g$$program;; \
+            info*) dir=info; test $$program != info || program=g$$program;; \
     *install-info) dir=install-info; program=g$$program;; \
                 *) dir=util;; esac \
   && dir="$(top_builddir)/$(native_tools)/$$dir" \



reply via email to

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