texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog man/Makefile.am


From: Patrice Dumas
Subject: texinfo ChangeLog man/Makefile.am
Date: Fri, 23 Nov 2012 00:19:00 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/11/23 00:19:00

Modified files:
        .              : ChangeLog 
        man            : Makefile.am 

Log message:
                * */*.pl */Makefile.am: use #! /usr/bin/env perl for shebangs 
in case
                perl is not in /usr/bin.
                Subbstitute $(PERL) in the shebang for scripts that are modified
                using configure generated values.
                * man/Makefile.am: remove $(srcdir) from targets.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1452&r2=1.1453
http://cvs.savannah.gnu.org/viewcvs/texinfo/man/Makefile.am?cvsroot=texinfo&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1452
retrieving revision 1.1453
diff -u -b -r1.1452 -r1.1453
--- ChangeLog   20 Nov 2012 22:47:02 -0000      1.1452
+++ ChangeLog   23 Nov 2012 00:18:59 -0000      1.1453
@@ -1,3 +1,11 @@
+2012-11-22  Patrice Dumas  <address@hidden>
+
+       * */*.pl */Makefile.am: use #! /usr/bin/env perl for shebangs in case
+       perl is not in /usr/bin.
+       Subbstitute $(PERL) in the shebang for scripts that are modified
+       using configure generated values.
+       * man/Makefile.am: remove $(srcdir) from targets.
+
 2012-11-20  Patrice Dumas  <address@hidden>
 
        * Texinfo/Common.pm, Texinfo/Parser.pm, 

Index: man/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/man/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- man/Makefile.am     25 Oct 2011 23:22:07 -0000      1.3
+++ man/Makefile.am     23 Nov 2012 00:19:00 -0000      1.4
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.3 2011/10/25 23:22:07 karl Exp $
+# $Id: Makefile.am,v 1.4 2012/11/23 00:19:00 pertusus Exp $
 # Makefile.am for texinfo/man.
 #
 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
@@ -61,22 +61,22 @@
 
 # for Info, we have an additional help2man file since the standard
 # SEE ALSO text from help2man does not fit.
-$(srcdir)/info.1: $(top_srcdir)/info/info.c $(srcdir)/ginfo.h2m \
+info.1: $(top_srcdir)/info/info.c $(srcdir)/ginfo.h2m \
                   $(common_mandeps)
        @name="read Info documents" && $(man_rule_bin)
 
-$(srcdir)/infokey.1: $(top_srcdir)/info/infokey.c $(common_mandeps)
+infokey.1: $(top_srcdir)/info/infokey.c $(common_mandeps)
        @name="compile customizations for Info" && $(man_rule_bin)
 
-$(srcdir)/install-info.1: $(top_srcdir)/install-info/install-info.c \
+install-info.1: $(top_srcdir)/install-info/install-info.c \
                           $(common_mandeps)
        @name="update info/dir entries" && $(man_rule_bin)
 
-$(srcdir)/texindex.1: $(top_srcdir)/util/texindex.c $(common_mandeps)
+texindex.1: $(top_srcdir)/util/texindex.c $(common_mandeps)
        @name="sort Texinfo index files" && $(man_rule_bin)
 
 # Here we need some postprocessing to avoid man misformatting.
-$(srcdir)/makeinfo.1: $(tpdir)/texi2any.pl $(common_mandeps)
+makeinfo.1: $(tpdir)/texi2any.pl $(common_mandeps)
        @name="translate Texinfo documents" && $(man_rule_bin)
        mv $@ address@hidden
        sed '/^\.IP$$/N;/\nAlso/s/I//;/\nThe/s/I//' address@hidden >$@
@@ -86,7 +86,7 @@
 # For texi2dvi, do not depend on the current user's settings.
 texi2dvi_envvars = unset TEXI2DVI_BUILD_MODE; unset TEXI2DVI_BUILD_DIRECTORY
 
-$(srcdir)/texi2dvi.1: $(top_srcdir)/util/texi2dvi $(common_mandeps)
+texi2dvi.1: $(top_srcdir)/util/texi2dvi $(common_mandeps)
        $(texi2dvi_envvars); $(HELP2MAN) \
          --name="convert Texinfo documents to DVI or PDF" \
          $(top_srcdir)/util/texi2dvi >$@



reply via email to

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