texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Wed Sep 28 07:52:01 EDT 2005)


From: Karl Berry
Subject: texinfo update (Wed Sep 28 07:52:01 EDT 2005)
Date: Wed, 28 Sep 2005 07:52:06 -0400

Index: util/.cvsignore
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -c -r1.3 -r1.4
*** util/.cvsignore     11 Apr 2004 18:28:53 -0000      1.3
--- util/.cvsignore     28 Sep 2005 11:25:34 -0000      1.4
***************
*** 3,7 ****
--- 3,8 ----
  Makefile.in
  ginstall-info
  install-info
+ pdftexi2dvi
  texindex
  texinfo.cat
Index: util/Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -c -r1.16 -r1.17
*** util/Makefile.am    23 Sep 2005 00:05:45 -0000      1.16
--- util/Makefile.am    28 Sep 2005 11:25:34 -0000      1.17
***************
*** 1,4 ****
! # $Id: Makefile.am,v 1.16 2005/09/23 00:05:45 karl Exp $
  # Makefile.am for texinfo/util.
  # Run automake in .. to produce Makefile.in from this.
  #
--- 1,4 ----
! # $Id: Makefile.am,v 1.17 2005/09/28 11:25:34 karl Exp $
  # Makefile.am for texinfo/util.
  # Run automake in .. to produce Makefile.in from this.
  #
***************
*** 13,20 ****
  bin_PROGRAMS = ginstall-info texindex
  bin_SCRIPTS = texi2dvi texi2pdf pdftexi2dvi
  
  pdftexi2dvi: texi2dvi
!       cp -f $< $@
  
  # Use `ginstall-info' in the definition of PROGRAMS and in dependencies
  # because automake generates an install-info target in every Makefile (a
--- 13,21 ----
  bin_PROGRAMS = ginstall-info texindex
  bin_SCRIPTS = texi2dvi texi2pdf pdftexi2dvi
  
+ # for auctex.
  pdftexi2dvi: texi2dvi
!       cp -f $(srcdir)/texi2dvi $@
  
  # Use `ginstall-info' in the definition of PROGRAMS and in dependencies
  # because automake generates an install-info target in every Makefile (a
***************
*** 30,36 ****
  LDADD = ../lib/libtxi.a $(LIBINTL)
  
  dist_pkgdata_DATA = texinfo.dtd texinfo.xsl
! pkgdata_DATA = texinfo.cat
  
  # we don't actually use version.texi in the rule, but it's one way of
  # noticing when the version changes.
--- 31,37 ----
  LDADD = ../lib/libtxi.a $(LIBINTL)
  
  dist_pkgdata_DATA = texinfo.dtd texinfo.xsl
! pkgdata_DATA = texinfo.catx
  
  # we don't actually use version.texi in the rule, but it's one way of
  # noticing when the version changes.
P util/.cvsignore
P util/Makefile.am


reply via email to

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