texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog texi2html/Makefile.am


From: Patrice Dumas
Subject: texinfo ChangeLog texi2html/Makefile.am
Date: Sun, 06 Feb 2011 15:11:40 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/02/06 15:11:40

Modified files:
        .              : ChangeLog 
        texi2html      : Makefile.am 

Log message:
                * texi2html/Makefile.am: Add a missing $(srcdir).  Report
                from Jerker Bäck, fix by Karl.
                http://savannah.gnu.org/bugs/?32328

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1206&r2=1.1207
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/Makefile.am?cvsroot=texinfo&r1=1.81&r2=1.82

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1206
retrieving revision 1.1207
diff -u -b -r1.1206 -r1.1207
--- ChangeLog   5 Feb 2011 19:02:48 -0000       1.1206
+++ ChangeLog   6 Feb 2011 15:11:39 -0000       1.1207
@@ -1,3 +1,9 @@
+2011-02-06  Patrice Dumas  <address@hidden>
+
+       * texi2html/Makefile.am: Add a missing $(srcdir).  Report 
+       from Jerker Bäck, fix by Karl.
+       http://savannah.gnu.org/bugs/?32328
+
 2011-02-02  Ben Wong  <address@hidden>  (tiny change)
 
        * info/window.c (window_line_of_point): do not ever return

Index: texi2html/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/Makefile.am,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -b -r1.81 -r1.82
--- texi2html/Makefile.am       18 Sep 2010 06:27:41 -0000      1.81
+++ texi2html/Makefile.am       6 Feb 2011 15:11:40 -0000       1.82
@@ -204,7 +204,7 @@
          done; \
          cat $< | sed -e 's/charset=CHARSET/charset=ascii/' | msgexec 
"$(srcdir)/gettext_to_separated.pl" | "$(srcdir)/separated_to_hash.pl" en > 
i18n/en.thl; \
        else \
-         cp -p i18n_ref/*.thl i18n; \
+         cp -p "$(srcdir)/i18n_ref/"*.thl i18n; \
        fi
 
 i18n_ref:



reply via email to

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