texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Thu Jul 26 09:23:01 EDT 2007)


From: Karl Berry
Subject: texinfo update (Thu Jul 26 09:23:01 EDT 2007)
Date: Thu, 26 Jul 2007 09:23:04 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.739
retrieving revision 1.740
diff -u -r1.739 -r1.740
--- ChangeLog   24 Jul 2007 14:50:54 -0000      1.739
+++ ChangeLog   26 Jul 2007 13:02:15 -0000      1.740
@@ -1,3 +1,7 @@
+2007-07-26  Karl Berry  <address@hidden>
+
+       * util/Makefile.am (pdftexi2dvi): copy texi2pdf, not texi2dvi.
+
 2007-07-24  Karl Berry  <address@hidden>
 
        * util/texi2dvi (move_to_dest): really move the file,
Index: util/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/util/Makefile.am,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- util/Makefile.am    1 Jul 2007 21:31:59 -0000       1.27
+++ util/Makefile.am    26 Jul 2007 13:02:15 -0000      1.28
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.27 2007/07/01 21:31:59 karl Exp $
+# $Id: Makefile.am,v 1.28 2007/07/26 13:02:15 karl Exp $
 # Makefile.am for texinfo/util.
 # Run automake in .. to produce Makefile.in from this.
 #
@@ -14,8 +14,8 @@
 bin_SCRIPTS = texi2dvi texi2pdf pdftexi2dvi
 
 # for auctex.
-pdftexi2dvi: texi2dvi
-       cp -f $(srcdir)/texi2dvi $@
+pdftexi2dvi: texi2pdf
+       cp -f $(srcdir)/texi2pdf $@
 
 # Use `ginstall-info' in the definition of PROGRAMS and in dependencies
 # because automake generates an install-info target in every Makefile (a
P ChangeLog
P util/Makefile.am




reply via email to

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