texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Thu Aug 26 07:44:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Thu Aug 26 07:44:01 EDT 2004)
Date: Thu, 26 Aug 2004 07:44:11 -0400

Index: util/Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -c -r1.13 -r1.14
*** util/Makefile.am    11 Jul 2004 01:02:35 -0000      1.13
--- util/Makefile.am    26 Aug 2004 11:43:18 -0000      1.14
***************
*** 1,4 ****
! # $Id: Makefile.am,v 1.13 2004/07/11 01:02:35 karl Exp $
  # Makefile.am for texinfo/util.
  # Run automake in .. to produce Makefile.in from this.
  #
--- 1,4 ----
! # $Id: Makefile.am,v 1.14 2004/08/26 11:43:18 karl Exp $
  # Makefile.am for texinfo/util.
  # Run automake in .. to produce Makefile.in from this.
  #
***************
*** 16,22 ****
  # Use `ginstall-info' in the definition of PROGRAMS and in dependencies
  # because automake generates an install-info target in every Makefile (a
  # bug, IMHO, but this is easier than patching Automake.)
! ginstall_info_SOURCES = install-info.c 
  
  # Transform `ginstall-info' to `install-info' before applying any
  # user-specified name transformations.
--- 16,22 ----
  # Use `ginstall-info' in the definition of PROGRAMS and in dependencies
  # because automake generates an install-info target in every Makefile (a
  # bug, IMHO, but this is easier than patching Automake.)
! ginstall_info_SOURCES = install-info.c
  
  # Transform `ginstall-info' to `install-info' before applying any
  # user-specified name transformations.
***************
*** 32,42 ****
  # we don't actually use version.texi in the rule, but it's one way of
  # noticing when the version changes.
  texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
!       sed 's/__VERSION__/@VERSION@/g' texinfo-cat.in >$@
  
  # Most of these are for fun.  The only official/installed ones are the
  # texi2* scripts.
! # 
  EXTRA_DIST = README deref.c dir-example fix-info-dir fixfonts \
    fixref.gawk gdoc gen-dir-node gendocs.sh gendocs_template infosrch \
    install-info-html outline.gawk \
--- 32,42 ----
  # we don't actually use version.texi in the rule, but it's one way of
  # noticing when the version changes.
  texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
!       sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in >$@
  
  # Most of these are for fun.  The only official/installed ones are the
  # texi2* scripts.
! #
  EXTRA_DIST = README deref.c dir-example fix-info-dir fixfonts \
    fixref.gawk gdoc gen-dir-node gendocs.sh gendocs_template infosrch \
    install-info-html outline.gawk \
P util/Makefile.am


reply via email to

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