emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110653: * Makefile.in (install-man): Don't apply transform to suffix.
Date: Wed, 24 Oct 2012 09:41:59 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110653
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-24 09:41:59 -0700
message:
  * Makefile.in (install-man): Don't apply transform to suffix.
modified:
  ChangeLog
  Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-10-23 19:39:36 +0000
+++ b/ChangeLog 2012-10-24 16:41:59 +0000
@@ -1,3 +1,7 @@
+2012-10-24  Glenn Morris  <address@hidden>
+
+       * Makefile.in (install-man): Don't apply transform to suffix.
+
 2012-10-23  Paul Eggert  <address@hidden>
 
        * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).

=== modified file 'Makefile.in'
--- a/Makefile.in       2012-10-23 17:33:22 +0000
+++ b/Makefile.in       2012-10-24 16:41:59 +0000
@@ -622,7 +622,7 @@
        thisdir=`/bin/pwd`; \
        cd ${mansrcdir}; \
        for page in *.1; do \
-         dest=`echo "$${page}" | sed '$(TRANSFORM)'`; \
+         dest=`echo "$${page}" | sed -e 's/\.1$$//' -e '$(TRANSFORM)'`.1; \
          (cd $${thisdir}; \
           ${INSTALL_DATA} ${mansrcdir}/$${page} 
$(DESTDIR)${man1dir}/$${dest}); \
          ( [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ] ) || continue ; \


reply via email to

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