[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/tp Makefile.am
From: |
Patrice Dumas |
Subject: |
texinfo/tp Makefile.am |
Date: |
Thu, 17 May 2012 11:11:23 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 12/05/17 11:11:23
Modified files:
tp : Makefile.am
Log message:
Correct call of sed replacing -E with -e.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Makefile.am?cvsroot=texinfo&r1=1.44&r2=1.45
Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Makefile.am,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- Makefile.am 15 May 2012 23:33:25 -0000 1.44
+++ Makefile.am 17 May 2012 11:11:23 -0000 1.45
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.44 2012/05/15 23:33:25 pertusus Exp $
+# $Id: Makefile.am,v 1.45 2012/05/17 11:11:23 pertusus Exp $
# Makefile.am for texinfo/tp.
#
# Copyright 2011, 2012 Free Software Foundation, Inc.
@@ -201,7 +201,7 @@
maintain/catalog.xml: maintain/catalog.xml.in Makefile
$(MKDIR_P) maintain
- sed -E 's|address@hidden@]|$(abs_top_srcdir)|' $< > $@
+ sed -e 's|address@hidden@]|$(abs_top_srcdir)|' $< > $@
libsrcdir = $(srcdir)/maintain/lib