texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Tue Jan 25 11:52:01 EST 2005)


From: Karl Berry
Subject: texinfo update (Tue Jan 25 11:52:01 EST 2005)
Date: Tue, 25 Jan 2005 11:52:40 -0500

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.456
retrieving revision 1.457
diff -c -r1.456 -r1.457
*** ChangeLog   24 Jan 2005 00:33:06 -0000      1.456
--- ChangeLog   25 Jan 2005 16:45:42 -0000      1.457
***************
*** 1,3 ****
--- 1,8 ----
+ 2005-01-25  Karl Berry  <address@hidden>
+ 
+       * doc/Makefile (texmf_dvips, texmf_pdftex_misc): new paths to
+       match teTeX.  tex-k mail from peb, 25 Jan 2005 15:45:37 +0100.
+ 
  2005-01-23  Karl Berry  <address@hidden>
  
        * util/texi2dvi (findprog): split $PATH at $path_sep, not spaces.
Index: doc/Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -c -r1.20 -r1.21
*** doc/Makefile.am     18 Nov 2004 01:10:59 -0000      1.20
--- doc/Makefile.am     25 Jan 2005 16:45:43 -0000      1.21
***************
*** 1,4 ****
! # $Id: Makefile.am,v 1.20 2004/11/18 01:10:59 karl Exp $
  # Makefile.am for texinfo/doc.
  # Run automake in .. to produce Makefile.in from this.
  #
--- 1,4 ----
! # $Id: Makefile.am,v 1.21 2005/01/25 16:45:43 karl Exp $
  # Makefile.am for texinfo/doc.
  # Run automake in .. to produce Makefile.in from this.
  #
***************
*** 48,55 ****
  endif
  
  texmf_texinfo = $(TEXMF)/tex/texinfo
! texmf_dvips = $(TEXMF)/tex/generic/dvips
! texmf_pdftex_misc = $(TEXMF)/pdftex/plain/misc
  install-tex:
        test -n "$(TEXMF)" || (echo "TEXMF must be set." >&2; exit 1)
        $(mkinstalldirs) $(DESTDIR)$(texmf_texinfo) $(DESTDIR)$(texmf_dvips) 
$(DESTDIR)$(texmf_pdftex_misc)
--- 48,55 ----
  endif
  
  texmf_texinfo = $(TEXMF)/tex/texinfo
! texmf_dvips = $(TEXMF)/tex/generic/epsf
! texmf_pdftex_misc = $(TEXMF)/pdftex/plain/pdfcolor
  install-tex:
        test -n "$(TEXMF)" || (echo "TEXMF must be set." >&2; exit 1)
        $(mkinstalldirs) $(DESTDIR)$(texmf_texinfo) $(DESTDIR)$(texmf_dvips) 
$(DESTDIR)$(texmf_pdftex_misc)
P ChangeLog
P doc/Makefile.am


reply via email to

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