emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110654: * Makefile.in (install-etc):


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110654: * Makefile.in (install-etc): Don't apply program transform to file suffixes.
Date: Wed, 24 Oct 2012 13:25:24 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110654
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-24 13:25:24 -0400
message:
  * Makefile.in (install-etc): Don't apply program transform to file suffixes.
modified:
  ChangeLog
  Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-10-24 16:41:59 +0000
+++ b/ChangeLog 2012-10-24 17:25:24 +0000
@@ -1,6 +1,7 @@
 2012-10-24  Glenn Morris  <address@hidden>
 
-       * Makefile.in (install-man): Don't apply transform to suffix.
+       * Makefile.in (install-etc, install-man):
+       Don't apply program transform to standard file suffixes.
 
 2012-10-23  Paul Eggert  <address@hidden>
 

=== modified file 'Makefile.in'
--- a/Makefile.in       2012-10-24 16:41:59 +0000
+++ b/Makefile.in       2012-10-24 17:25:24 +0000
@@ -647,7 +647,8 @@
          ( cd $${thisdir}; ${MKDIR_P} $(DESTDIR)${icondir}/$${dir} ) ; \
          for icon in $${dir}/emacs[.-]*; do \
            [ -r $${icon} ] || continue ; \
-           dest=`echo "$${icon}" | sed -e 's|.*/||' -e '$(TRANSFORM)'` ; \
+           ext=`echo "$${icon}" | sed -e 's|.*\.||'`; \
+           dest=`echo "$${icon}" | sed -e 's|.*/||' -e "s|\.$${ext}$$||" -e 
'$(TRANSFORM)'`.$${ext} ; \
            ( cd $${thisdir}; \
              ${INSTALL_DATA} ${iconsrcdir}/$${icon} 
$(DESTDIR)${icondir}/$${dir}/$${dest} ) \
            || exit 1; \


reply via email to

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