emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118340: * doc/emacs/Makefile.in (doc-emacsver): Twe


From: Glenn Morris
Subject: [Emacs-diffs] trunk r118340: * doc/emacs/Makefile.in (doc-emacsver): Tweak tempfile name.
Date: Mon, 10 Nov 2014 00:29:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118340
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2014-11-09 16:29:27 -0800
message:
  * doc/emacs/Makefile.in (doc-emacsver): Tweak tempfile name.
modified:
  doc/emacs/Makefile.in          
makefile.in-20091113204419-o5vbwnq5f7feedwu-6228
=== modified file 'doc/emacs/Makefile.in'
--- a/doc/emacs/Makefile.in     2014-11-10 00:17:17 +0000
+++ b/doc/emacs/Makefile.in     2014-11-10 00:29:27 +0000
@@ -190,8 +190,8 @@
 # So we use this rule, and move-if-change, to avoid that.
 doc-emacsver:
        sed 's/address@hidden@/${version}/' \
-         ${srcdir}/emacsver.texi.in > emacsver.texi.in.$$$$ && \
-         ${top_srcdir}/build-aux/move-if-change emacsver.texi.in.$$$$ \
+         ${srcdir}/emacsver.texi.in > emacsver.texi.$$$$ && \
+         ${top_srcdir}/build-aux/move-if-change emacsver.texi.$$$$ \
          ${srcdir}/emacsver.texi
 
 .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean infoclean


reply via email to

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